add common paths to be ignored in most js projects
This commit is contained in:
parent
385ff35ad8
commit
a57610ccce
1 changed files with 8 additions and 1 deletions
|
@ -20,5 +20,12 @@ tmp/
|
||||||
'("*.class"
|
'("*.class"
|
||||||
"build"))
|
"build"))
|
||||||
((string= type-ignore "js")
|
((string= type-ignore "js")
|
||||||
'("*.tern-port")))
|
'("*.tern-port"
|
||||||
|
"node_modules/"
|
||||||
|
"npm-debug.log*"
|
||||||
|
"yarn-debug.log*"
|
||||||
|
"yarn-error.log*"
|
||||||
|
"*.tsbuildinfo"
|
||||||
|
".npm"
|
||||||
|
".eslintcache")))
|
||||||
"\n"))`
|
"\n"))`
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue