This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-05-31
Channels
- # announcements (1)
- # babashka (11)
- # beginners (33)
- # calva (11)
- # clj-kondo (6)
- # clojars (8)
- # clojure (28)
- # clojure-europe (16)
- # clojure-nl (1)
- # clojure-norway (6)
- # clojure-sweden (23)
- # clojure-uk (5)
- # clr (10)
- # gratitude (6)
- # hyperfiddle (14)
- # jobs-discuss (1)
- # lsp (7)
- # pathom (6)
- # pedestal (3)
- # polylith (4)
- # ring (4)
- # specter (6)
- # squint (8)
I have added target.*
in both :paths-ignore-regex
as well as :source-paths-ignore-regex
but I still see files included in lsp references
. What am I missing here?
; .lsp/config.edn
{...
:paths-ignore-regex ["target.*" "resources.*" "yarn-webpack.*" "dev-resources.*"]
:source-paths-ignore-regex ["target.*" "resources.*" "yarn-webpack.*" "dev-resources.*"]
...}