From 991e391e470e924e4e8255fbd432880087a5e850 Mon Sep 17 00:00:00 2001 From: rcmerci Date: Fri, 13 Dec 2024 18:55:52 +0800 Subject: [PATCH] dev: update .lsp/config.edn, ignore src/resources paths --- .lsp/config.edn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.lsp/config.edn b/.lsp/config.edn index 6fb396a1154..88be51f0993 100644 --- a/.lsp/config.edn +++ b/.lsp/config.edn @@ -1,2 +1,4 @@ {:source-aliases #{:cljs} + :source-paths-ignore-regex ["src/resources" "target.*"] + :paths-ignore-regex ["src/resources"] :clean {:ns-inner-blocks-indentation :same-line}}