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

This commit is contained in:
Simon Siefke 2019-05-10 13:04:44 +02:00 committed by Brendan Forster
parent b2d72bfcf7
commit 79d46ba7e5
1 changed files with 3 additions and 0 deletions

View File

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