update gitignore file: NuGet Packages Directory
authorGustavo Martin <gu.martinm@gmail.com>
Sun, 23 Feb 2014 20:19:57 +0000 (21:19 +0100)
committerGustavo Martin <gu.martinm@gmail.com>
Sun, 23 Feb 2014 20:19:57 +0000 (21:19 +0100)
.gitignore

index 0e8bebf..1524171 100644 (file)
@@ -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)