From: Justin Howlett Date: Thu, 10 Apr 2014 17:57:55 +0000 (-0400) Subject: Revert "Packages folder is ignored correctly". X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=9aa3e1c3a7a5d9a7ecbab67f63eb81e8b4a493b7;p=gitignore.git Revert "Packages folder is ignored correctly". 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. --- diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 5a71cec1..745d9301 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -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