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.
This commit is contained in:
James Ottaway 2014-05-12 10:36:23 +10:00 committed by James Ottaway
parent 561bd5d267
commit cfc9ce4e6d
1 changed files with 2 additions and 1 deletions

View 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