From 5efebe2ef3ad0709f299d95ce2f0cc766253921e Mon Sep 17 00:00:00 2001 From: James Chambers Date: Thu, 27 Feb 2014 14:12:05 -0500 Subject: [PATCH] Enable Ignore of NuGet Packages Folder By Default Submitting this for consideration. The first thing that I do on every new project is to go in and uncomment the packages folder. With the prevalence of NuGet and prominence of its use in the Visual Studio environment, along with how well package restore *just works* now, I believe this should be the default. While I understand that package restore isn't on by default, I would argue that the types of developers using NuGet _and_ a distributed SCM are the types of developers that would omit the binaries from source control. --- VisualStudio.gitignore => IgnorePackages | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename VisualStudio.gitignore => IgnorePackages (93%) diff --git a/VisualStudio.gitignore b/IgnorePackages similarity index 93% rename from VisualStudio.gitignore rename to IgnorePackages index 2518b002..d5ab3bec 100644 --- a/VisualStudio.gitignore +++ b/IgnorePackages @@ -123,9 +123,8 @@ publish/ *.azurePubxml # NuGet Packages Directory -## TODO: If you have NuGet Package Restore enabled, uncomment the next line -#packages/* -## TODO: If the tool you use requires repositories.config, also uncomment the next line +packages/* +## TODO: If the tool you use requires 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