Update gitignore to ignore the generated dotnet-new .zip files.
This commit is contained in:
parent
9c6bcb9a83
commit
9a522ccd32
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