mirror of
https://github.com/github/gitignore
synced 2024-11-22 19:54:22 +01:00
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:
parent
561bd5d267
commit
cfc9ce4e6d
@ -129,8 +129,9 @@ publish/
|
|||||||
## passwords
|
## passwords
|
||||||
*.pubxml
|
*.pubxml
|
||||||
|
|
||||||
# NuGet Packages Directory
|
# NuGet Packages
|
||||||
packages/*
|
packages/*
|
||||||
|
*.nupkg
|
||||||
## TODO: If the tool you use requires repositories.config
|
## TODO: If the tool you use requires repositories.config
|
||||||
## uncomment the next line
|
## uncomment the next line
|
||||||
#!packages/repositories.config
|
#!packages/repositories.config
|
||||||
|
Loading…
Reference in New Issue
Block a user