Skip to content

Commit 22f0d93

Browse files
committed
Merge pull request #969 from MisterJames/VisualStudioIgnore
Enable Ignore of NuGet Packages Folder By Default
2 parents 69b99dd + 5efebe2 commit 22f0d93

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,8 @@ publish/
123123
*.azurePubxml
124124

125125
# NuGet Packages Directory
126-
## TODO: If you have NuGet Package Restore enabled, uncomment the next line
127-
#packages/*
128-
## TODO: If the tool you use requires repositories.config, also uncomment the next line
126+
packages/*
127+
## TODO: If the tool you use requires repositories.config uncomment the next line
129128
#!packages/repositories.config
130129

131130
# Enable "build/" folder in the NuGet Packages folder since NuGet packages use it for MSBuild targets

0 commit comments

Comments
 (0)