mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
fix(cc,javascript): projectile-globally-ignored-directories
This variable accepts literal strings, not regexps. Ref: #7538
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
|
||||
(after! projectile
|
||||
(pushnew! projectile-project-root-files "package.json")
|
||||
(pushnew! projectile-globally-ignored-directories "^node_modules$" "^flow-typed$"))
|
||||
(pushnew! projectile-globally-ignored-directories "node_modules" "flow-typed"))
|
||||
|
||||
|
||||
;;
|
||||
|
Reference in New Issue
Block a user