]> source.dussan.org Git - gitignore.git/commitdiff
Revert "Packages folder is ignored correctly". 1032/head
authorJustin Howlett <justin.howlett@digiflare.com>
Thu, 10 Apr 2014 17:57:55 +0000 (13:57 -0400)
committerJustin Howlett <justin.howlett@digiflare.com>
Thu, 10 Apr 2014 17:57:55 +0000 (13:57 -0400)
Without the asterisk at the end of the directory's path, an exception for
a file within this directory does not work.
(ex. !packages/repositories.config)

This reverts commit 0fb0fbefa5fcd62ea5b6fe0f433588df270dcd71.

VisualStudio.gitignore

index 5a71cec1e0cd4cef24cbb06f840c2a48388e240c..745d9301c70b37a0ec3594c9d2da92fa630ca2c8 100644 (file)
@@ -124,7 +124,7 @@ publish/
 *.pubxml
 
 # NuGet Packages Directory
-packages/
+packages/*
 ## TODO: If the tool you use requires repositories.config uncomment the next line
 #!packages/repositories.config