From 3aefe6505f87102d8e686dca1e96e767994f46cc Mon Sep 17 00:00:00 2001 From: Manoj Date: Fri, 10 May 2013 09:28:56 +0530 Subject: [PATCH] Option to unignore repositories.config Some tools like TeamCity depend on repositories.config being checked-in under `packages/` for the restore to work. --- VisualStudio.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 99456160..b07f3be1 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -96,6 +96,8 @@ publish/ # 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/repositories.config # Windows Azure Build Output csx