Skip to content

Commit 961e9b3

Browse files
committed
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.
1 parent 098aee2 commit 961e9b3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

VisualStudio.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ build/
4343
*.log
4444
*.scc
4545

46+
# Chutzpah Test files
47+
_Chutzpah*
48+
4649
# Visual C++ cache files
4750
ipch/
4851
*.aps

0 commit comments

Comments
 (0)