mirror of
https://github.com/github/gitignore
synced 2025-07-15 14:09:13 +02:00
Visual Studio: Ignore Chutzpah testrunnerfiles
Ignores the compiled typescript files that chutzpah creates. Alot of files are created, so ignoring them have an high impact on repository health.
This commit is contained in:
parent
098aee26a1
commit
961e9b31a4
1 changed files with 3 additions and 0 deletions
|
@ -43,6 +43,9 @@ build/
|
|||
*.log
|
||||
*.scc
|
||||
|
||||
# Chutzpah Test files
|
||||
_Chutzpah*
|
||||
|
||||
# Visual C++ cache files
|
||||
ipch/
|
||||
*.aps
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue