From 7145b3483c6cc8c3a4809b8a9dc82567965a9890 Mon Sep 17 00:00:00 2001 From: Gustavo Martin Date: Sun, 23 Feb 2014 21:19:57 +0100 Subject: [PATCH] update gitignore file: NuGet Packages Directory --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0e8bebf..1524171 100644 --- a/.gitignore +++ b/.gitignore @@ -124,9 +124,9 @@ 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 +!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) -- 2.1.4