mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-05 12:37:33 -05:00
add common paths to be ignored in most js projects
This commit is contained in:
@ -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"))`
|
||||||
|
Reference in New Issue
Block a user