Currently using clj-kondo through clojure-lsp (I believe a pretty common case), populates the .clj-kondo/ directory with configuration from hooks configs exported by libs on classpath during startup lint as per the default :copy-kondo-configs? value of clojure-lsp (https://clojure-lsp.io/settings/)
This PR extends the generated gitignore to ignore all the generated (copied) clj-kondo configuration from the dependencies, along with the clojure-lsp cache folder.
Currently using
clj-kondo
throughclojure-lsp
(I believe a pretty common case), populates the.clj-kondo/
directory with configuration fromhooks configs exported by libs on classpath during startup lint
as per the default:copy-kondo-configs?
value ofclojure-lsp
(https://clojure-lsp.io/settings/)This PR extends the generated gitignore to ignore all the generated (copied) clj-kondo configuration from the dependencies, along with the clojure-lsp cache folder.