day8 / re-frame-template

A Leiningen template for creating a re-frame application (client only) with a shadow-cljs build.
MIT License
587 stars 90 forks source link

Add clj-kondo hooks configs and lsp cache to gitignore #175

Closed agorgl closed 2 years ago

agorgl commented 2 years ago

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.

superstructor commented 2 years ago

Thanks @agorgl 👍🏻