Skip to content

Commit 3aefe65

Browse files
committed
Option to unignore repositories.config
Some tools like TeamCity depend on repositories.config being checked-in under `packages/` for the restore to work.
1 parent 0aeefb4 commit 3aefe65

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

VisualStudio.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ publish/
9696
# NuGet Packages Directory
9797
## TODO: If you have NuGet Package Restore enabled, uncomment the next line
9898
#packages/
99+
## TODO: If the tool you use requires repositories.config, also uncomment the next line
100+
#!packages/repositories.config
99101

100102
# Windows Azure Build Output
101103
csx

0 commit comments

Comments
 (0)