Ignore the NuGet.Config at the root as a source file; it is dynamically generated.

This commit is contained in:
John Beisner 2017-11-29 09:31:25 -08:00
parent 76dc4a510e
commit 34351d6f1e

3
.gitignore vendored
View file

@ -15,6 +15,9 @@ Library/
# local nuget cache
.nuget/
# NuGet.Config at the root
/NuGet.Config
# NuGet v3 restore drops these even though we don't use MSBuild :(
*.nuget.targets
*.nuget.props