Skip to content

Commit ae78cd9

Browse files
committed
Merge pull request #1078 from jamesottaway/patch-1
Ignore locally-built `*.nupkg` files
2 parents 561bd5d + cfc9ce4 commit ae78cd9

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)