diff options
author | Carl Suster <carl@contraflo.ws> | 2014-05-26 11:24:16 +1000 |
---|---|---|
committer | Carl Suster <carl@contraflo.ws> | 2014-05-26 11:24:16 +1000 |
commit | ae78cd9ef2d46913d21eed25ef58d5b14f9aa88b (patch) | |
tree | c880d25d93a2fe894481f000f5334538e73899c4 | |
parent | 561bd5d267a4b5b25f3378c711993aa2d771317a (diff) | |
parent | cfc9ce4e6d0320612358445b71a0d5f465c53ff8 (diff) | |
download | gitignore-ae78cd9ef2d46913d21eed25ef58d5b14f9aa88b.tar.gz gitignore-ae78cd9ef2d46913d21eed25ef58d5b14f9aa88b.zip |
Merge pull request #1078 from jamesottaway/patch-1
Ignore locally-built `*.nupkg` files
-rw-r--r-- | VisualStudio.gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 7414ecfb..1c38a68e 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -129,8 +129,9 @@ publish/ ## passwords *.pubxml -# NuGet Packages Directory +# NuGet Packages packages/* +*.nupkg ## TODO: If the tool you use requires repositories.config ## uncomment the next line #!packages/repositories.config |