Merge pull request #3886 from eerhardt/IgnoreZips
Update gitignore to ignore the generated dotnet-new .zip files.
This commit is contained in:
commit
76058bea60
1 changed files with 1 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -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 ###
|
||||
|
||||
|
|
Loading…
Reference in a new issue