We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 297c0d6 commit 59b1beeCopy full SHA for 59b1bee
config.edn
@@ -25,8 +25,8 @@
25
;; Check the default at clojure-lsp.classpath/default-project-specs
26
;; :project-specs []
27
28
- ;; ingnore paths in project, i.e. build assets
29
- ;; :source-paths-ignore-regex ["target.*"]
+ ;; ignore analyzing/linting specific paths
+ :source-paths-ignore-regex ["target.*" "build.*" "console-log-.*"]
30
31
;; Additional LSP configurations to load from classpath
32
;; https://clojure-lsp.io/settings/#classpath-config-paths
0 commit comments