Procházet zdrojové kódy

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.
Anders Åberg před 12 roky
rodič
revize
961e9b31a4
1 změnil soubory, kde provedl 3 přidání a 0 odebrání
  1. 3 0
      VisualStudio.gitignore

+ 3 - 0
VisualStudio.gitignore

@@ -43,6 +43,9 @@ build/
 *.log
 *.scc
 
+# Chutzpah Test files
+_Chutzpah*
+
 # Visual C++ cache files
 ipch/
 *.aps