From 2943a400bc6fbd963d0e81e78205a91be771bbce Mon Sep 17 00:00:00 2001 From: Chris Ammerman Date: Wed, 2 Jul 2014 20:40:37 -0500 Subject: [PATCH] Ignore packages folder contents in a negatable way Ignore package folder contents regardless of folder nesting, in a way that allows negating for the repositories.config file. --- VisualStudio.gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index c37c7f24..d4af76e5 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -131,11 +131,11 @@ publish/ *.pubxml # NuGet Packages -packages/* +**/packages/** *.nupkg ## TODO: If the tool you use requires repositories.config ## uncomment the next line -#!packages/repositories.config +#!**/packages/repositories.config # Enable "build/" folder in the NuGet Packages folder since # NuGet packages use it for MSBuild targets.