Browse Source

Add .tsbuildinfo files to Node.gitignore (#3052)

Simon Siefke 6 years ago
parent
commit
79d46ba7e5
1 changed files with 3 additions and 0 deletions
  1. 3 0
      Node.gitignore

+ 3 - 0
Node.gitignore

@@ -43,6 +43,9 @@ jspm_packages/
 # TypeScript v1 declaration files
 # TypeScript v1 declaration files
 typings/
 typings/
 
 
+# TypeScript cache
+*.tsbuildinfo
+
 # Optional npm cache directory
 # Optional npm cache directory
 .npm
 .npm