diff options
author | Brian Robbins <brianrob@microsoft.com> | 2017-12-12 16:25:13 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-12 16:25:13 -0800 |
commit | 47987d79d351b16aa93439869e6e4a755678d1ec (patch) | |
tree | 360353551cbb6d5d73fea650400f8a23856f6e3a | |
parent | c2331126c1963a81c70943a9530e0a8f823b21ae (diff) | |
download | coreclr-47987d79d351b16aa93439869e6e4a755678d1ec.tar.gz coreclr-47987d79d351b16aa93439869e6e4a755678d1ec.tar.bz2 coreclr-47987d79d351b16aa93439869e6e4a755678d1ec.zip |
Ignore *.nuget.cache files. (#15496)
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 4f2797602f..df3517f4fd 100644 --- a/.gitignore +++ b/.gitignore @@ -151,6 +151,7 @@ publish/ *.nupkg *.nuget.g.props *.nuget.g.targets +*.nuget.cache **/packages/* project.lock.json project.assets.json |