瀏覽代碼

Option to unignore repositories.config

Some tools like TeamCity depend on repositories.config being checked-in under `packages/` for the restore to work.
Manoj 12 年之前
父節點
當前提交
3aefe6505f
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      VisualStudio.gitignore

+ 2 - 0
VisualStudio.gitignore

@@ -96,6 +96,8 @@ publish/
 # NuGet Packages Directory
 # NuGet Packages Directory
 ## TODO: If you have NuGet Package Restore enabled, uncomment the next line
 ## 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
 
 
 # Windows Azure Build Output
 # Windows Azure Build Output
 csx
 csx