Skip to content

Commit cfc9ce4

Browse files
committed
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.
1 parent 561bd5d commit cfc9ce4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

VisualStudio.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,9 @@ publish/
129129
## passwords
130130
*.pubxml
131131

132-
# NuGet Packages Directory
132+
# NuGet Packages
133133
packages/*
134+
*.nupkg
134135
## TODO: If the tool you use requires repositories.config
135136
## uncomment the next line
136137
#!packages/repositories.config

0 commit comments

Comments
 (0)