]> source.dussan.org Git - gitignore.git/commitdiff
Ignore locally-built `*.nupkg` files 1078/head
authorJames Ottaway <github@james.ottaway.io>
Mon, 12 May 2014 00:36:23 +0000 (10:36 +1000)
committerJames Ottaway <git@james.ottaway.io>
Mon, 12 May 2014 00:37:59 +0000 (10:37 +1000)
Building NuGet packages locally with `NuGet.exe pack <name>.nuspec` generates a `<name>.<version>.nupkg` file which should never be versioned.

VisualStudio.gitignore

index 7414ecfb47211d34adf35edb585e99676a27217a..1c38a68ef5238bb97de34143558b35eb6e16eb72 100644 (file)
@@ -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