From ced2a153472c60d905522041d27874c6a36d60a7 Mon Sep 17 00:00:00 2001 From: Carl Suster Date: Tue, 8 Jul 2014 12:17:13 +1000 Subject: [PATCH] Clarify the NuGet packages comments Amends #1131 See these resources for explanation: http://docs.nuget.org/docs/reference/package-restore http://docs.nuget.org/docs/workflows/using-nuget-without-committing-packages --- VisualStudio.gitignore | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index c6ec875f..3fb3a4d6 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -131,17 +131,13 @@ publish/ *.pubxml # NuGet 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 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) +# The packages folder can be ignored because of Package Restore +**/packages/* +# except build/, which is used as an MSBuild target. !**/packages/build/ +# If using the old MSBuild-Integrated Package Restore, uncomment this: +#!**/packages/repositories.config # Windows Azure Build Output csx/