Skip to content

Commit ced2a15

Browse files
committed
1 parent 7222e77 commit ced2a15

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

VisualStudio.gitignore

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

133133
# NuGet Packages
134-
**/packages/*
135134
*.nupkg
136-
## 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)
137-
## uncomment the next line
138-
#!**/packages/repositories.config
139-
140-
# Enable "build/" folder in the NuGet Packages folder since
141-
# NuGet packages use it for MSBuild targets.
142-
# This line needs to be after the ignore of the build folder
143-
# (and the packages folder if the line above has been uncommented)
135+
# The packages folder can be ignored because of Package Restore
136+
**/packages/*
137+
# except build/, which is used as an MSBuild target.
144138
!**/packages/build/
139+
# If using the old MSBuild-Integrated Package Restore, uncomment this:
140+
#!**/packages/repositories.config
145141

146142
# Windows Azure Build Output
147143
csx/

0 commit comments

Comments
 (0)