Commit cf4bb0cf authored by Haacked's avatar Haacked

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.
parent b255d43e
...@@ -92,7 +92,6 @@ publish/ ...@@ -92,7 +92,6 @@ 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/
!packages/repositories.config
# Windows Azure Build Output # Windows Azure Build Output
csx csx
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment