Merge pull request #2168 from chrunchyjesus/improve-gitignore-template-js

Add common paths to .gitignore file template
This commit is contained in:
Henrik Lissner 2019-12-08 20:16:06 -05:00 committed by GitHub
commit 9cc7e4c76f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,5 +20,12 @@ tmp/
'("*.class"
"build"))
((string= type-ignore "js")
'("*.tern-port")))
'("*.tern-port"
"node_modules/"
"npm-debug.log*"
"yarn-debug.log*"
"yarn-error.log*"
"*.tsbuildinfo"
".npm"
".eslintcache")))
"\n"))`