Merge pull request #3886 from eerhardt/IgnoreZips

Update gitignore to ignore the generated dotnet-new .zip files.
This commit is contained in:
Eric Erhardt 2016-07-19 06:56:30 -05:00 committed by GitHub
commit 76058bea60

2
.gitignore vendored
View file

@ -38,7 +38,7 @@ cmake/
.dotnet_stage0
# `dotnet new` template zip files are generated by a pre-build step.
/src/dotnet/commands/dotnet-new/*.zip
/src/dotnet/commands/dotnet-new/*.zip
### VisualStudio.gitignore from https://raw.githubusercontent.com/github/gitignore/master/VisualStudio.gitignore ###