This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-01-31
Channels
- # babashka (23)
- # beginners (65)
- # calva (126)
- # cider (23)
- # clj-kondo (10)
- # clojure (41)
- # clojure-europe (5)
- # clojure-nl (2)
- # clojure-uk (6)
- # clojurescript (78)
- # contributions-welcome (1)
- # datomic (9)
- # events (1)
- # graalvm (2)
- # meander (10)
- # off-topic (81)
- # pathom (5)
- # shadow-cljs (3)
- # spacemacs (6)
- # vim (3)
- # xtdb (4)
Hi everyone,
How can I limit the SPC s p
command in spacemacs to refrain from searching certain directories.
In front-end projects with shadow-cljs using SPC s p
causes the editor to look for matches even in minified js files causing the editor to hang.
Thanks a lot in advance
I am using practicalli's default spacemacs config
Projectile should ignore patterns in the project .gitingnore file and I think / hope the users .gotignore-global file (if added).
There is a projectile invalidate cache command somewhere, this should reload patterns from .gitignore. Or try revert-buffer on the file you are initiating the search command from.
Or add a .projectile file in the root of the project with patterns to ignore, although I think this is really just where you want patterns that are not in . gitignore or are not using git