소스 검색

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
 ## 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