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