Skip to content

Commit b538584

Browse files
committed
Merge commit 'pull/1131'
2 parents c70e357 + bf70315 commit b538584

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

VisualStudio.gitignore

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

133133
# NuGet Packages
134-
packages/*
134+
**/packages/*
135135
*.nupkg
136-
## TODO: If the tool you use requires repositories.config
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)
137137
## uncomment the next line
138-
#!packages/repositories.config
138+
#!**/packages/repositories.config
139139

140140
# Enable "build/" folder in the NuGet Packages folder since
141141
# NuGet packages use it for MSBuild targets.
142142
# This line needs to be after the ignore of the build folder
143143
# (and the packages folder if the line above has been uncommented)
144-
!packages/build/
144+
!**/packages/build/
145145

146146
# Windows Azure Build Output
147147
csx/

0 commit comments

Comments
 (0)