diff options
author | Haacked <haacked@gmail.com> | 2013-01-22 11:51:46 -0800 |
---|---|---|
committer | Haacked <haacked@gmail.com> | 2013-01-22 11:51:46 -0800 |
commit | cf4bb0cf464b1fb7b2dee93ec8f2f5d2aa88193c (patch) | |
tree | 0200c462d1575e5b2cb0463ff0e850f027721823 /VisualStudio.gitignore | |
parent | b255d43e80ba8eec8709a3da0b679774600c3051 (diff) | |
download | gitignore-cf4bb0cf464b1fb7b2dee93ec8f2f5d2aa88193c.tar.gz gitignore-cf4bb0cf464b1fb7b2dee93ec8f2f5d2aa88193c.zip |
Remove inclusion of repositories.config
If you use package restore, you actually don't want this file
included. It's not needed. It's only needed if you version
packages. AKA, you only need this file if you are not ignoring
the "packages" folder.
Diffstat (limited to 'VisualStudio.gitignore')
-rw-r--r-- | VisualStudio.gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 81c058f3..0eed40d7 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -92,7 +92,6 @@ publish/ # NuGet Packages Directory ## TODO: If you have NuGet Package Restore enabled, uncomment the next line #packages/ -!packages/repositories.config # Windows Azure Build Output csx |