From ea96453f1908dd49243c87957d6ed916fbedbcbd Mon Sep 17 00:00:00 2001 From: Wesley Wiser Date: Mon, 22 Jul 2013 10:21:01 -0400 Subject: [PATCH] Fix ignoring the NuGet Packages directory In order to ignore the contents of a folder except for a few files, the `folderName/*` syntax should be used instead of `folderName/`. See http://stackoverflow.com/a/14824494/124538 --- VisualStudio.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 0881b8de..502027bd 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -98,7 +98,7 @@ publish/ # NuGet Packages Directory ## TODO: If you have NuGet Package Restore enabled, uncomment the next line -#packages/ +#packages/* # Windows Azure Build Output csx