Skip to content

Commit bf70315

Browse files
committed
Update VisualStudio.gitignore
Removed the separate top-level patterns for NuGet in accordance with comments in PR. Will now match version 2.0.1.
1 parent 8fbf270 commit bf70315

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

VisualStudio.gitignore

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -131,19 +131,16 @@ publish/
131131
*.pubxml
132132

133133
# NuGet Packages
134-
packages/*
135134
**/packages/*
136135
*.nupkg
137136
## TODO: If the tool you use *requires* repositories.config, (note that this file is normally regenerated so you should not need it in source control)
138-
## uncomment the next two lines
139-
#!packages/repositories.config
137+
## uncomment the next line
140138
#!**/packages/repositories.config
141139

142140
# Enable "build/" folder in the NuGet Packages folder since
143141
# NuGet packages use it for MSBuild targets.
144-
# These two line needs to be after the ignore of the build folder
142+
# This line needs to be after the ignore of the build folder
145143
# (and the packages folder if the line above has been uncommented)
146-
!packages/build/
147144
!**/packages/build/
148145

149146
# Windows Azure Build Output

0 commit comments

Comments
 (0)