]> source.dussan.org Git - gitignore.git/commitdiff
fixed handling of nuget packages 911/head
authorMickey Puri <mickeypuri@hotmail.com>
Wed, 1 Jan 2014 15:19:20 +0000 (15:19 +0000)
committerMickey Puri <mickeypuri@hotmail.com>
Wed, 1 Jan 2014 15:19:20 +0000 (15:19 +0000)
VisualStudio.gitignore

index 15ecea935b02caf5f7aeeeeddc0843fd7340f644..874a9735c7db150ef40f53a65b1ccef562a55396 100644 (file)
@@ -16,9 +16,6 @@ bld/
 [Bb]in/
 [Oo]bj/
 
-# Enable "build/" folder in the NuGet Packages folder since NuGet packages use it for MSBuild targets
-!packages/*/build/
-
 # MSTest test Results
 [Tt]est[Rr]esult*/
 [Bb]uild[Ll]og.*
@@ -119,10 +116,14 @@ publish/
 
 # NuGet Packages Directory
 ## TODO: If you have NuGet Package Restore enabled, uncomment the next line
-#packages/
+#packages/*
 ## TODO: If the tool you use requires repositories.config, also uncomment the next line
 #!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 (and the packages folder if the line above has been uncommented)
+!packages/build/
+
 # Windows Azure Build Output
 csx/
 *.build.csdef