From e0077c3900b074f0e3bfe3668cd2c305726d4979 Mon Sep 17 00:00:00 2001 From: Mickey Puri Date: Wed, 1 Jan 2014 15:19:20 +0000 Subject: [PATCH] fixed handling of nuget packages --- VisualStudio.gitignore | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 15ecea93..874a9735 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -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