add common paths to be ignored in most js projects

This commit is contained in:
chrunchyjesus 2019-12-08 14:20:14 +01:00
parent 385ff35ad8
commit a57610ccce

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"))`