]> source.dussan.org Git - gitignore.git/commitdiff
Update VisualStudio.gitignore
authorTerje Sandstrom <terje@hermit.no>
Wed, 2 Jul 2014 21:09:32 +0000 (23:09 +0200)
committerTerje Sandstrom <terje@hermit.no>
Wed, 2 Jul 2014 21:09:32 +0000 (23:09 +0200)
Fixed pattern for excluding nuget packages so that it works both for top level package folder and for any lower level package folders.  Re-include patterns fixed the same way.

VisualStudio.gitignore

index c37c7f247516e2cec1f538ef4a96ee41f14ab407..b34a348146d3465993f815f71d63375b5a5fb481 100644 (file)
@@ -132,16 +132,19 @@ publish/
 
 # NuGet Packages
 packages/*
+**/packages/*
 *.nupkg
-## TODO: If the tool you use requires repositories.config
-## uncomment the next line
+## 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)
+## uncomment the next two lines
 #!packages/repositories.config
+#!**/packages/repositories.config
 
 # Enable "build/" folder in the NuGet Packages folder since
 # NuGet packages use it for MSBuild targets.
-# This line needs to be after the ignore of the build folder
+# These two line needs to be after the ignore of the build folder
 # (and the packages folder if the line above has been uncommented)
 !packages/build/
+!**/packages/build/
 
 # Windows Azure Build Output
 csx/