From bf7031505fe5b53dfd48a6c5d7dd6e32043022d1 Mon Sep 17 00:00:00 2001 From: Terje Sandstrom Date: Sat, 5 Jul 2014 11:12:43 +0200 Subject: [PATCH] Update VisualStudio.gitignore Removed the separate top-level patterns for NuGet in accordance with comments in PR. Will now match version 2.0.1. --- VisualStudio.gitignore | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index b34a3481..c6ec875f 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -131,19 +131,16 @@ publish/ *.pubxml # NuGet Packages -packages/* **/packages/* *.nupkg ## TODO: If the tool you use *requires* repositories.config, (note that this file is normally regenerated so you should not need it in source control) -## uncomment the next two lines -#!packages/repositories.config +## uncomment the next line #!**/packages/repositories.config # Enable "build/" folder in the NuGet Packages folder since # NuGet packages use it for MSBuild targets. -# These two line needs to be after the ignore of the build folder +# 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/ !**/packages/build/ # Windows Azure Build Output