Explorar o código

Ignore locally-built `*.nupkg` files

Building NuGet packages locally with `NuGet.exe pack <name>.nuspec` generates a `<name>.<version>.nupkg` file which should never be versioned.
James Ottaway %!s(int64=11) %!d(string=hai) anos
pai
achega
cfc9ce4e6d
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      VisualStudio.gitignore

+ 2 - 1
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