Commit cfc9ce4e authored by James Ottaway's avatar James Ottaway Committed by James Ottaway

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.
parent 561bd5d2
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment