cursive 2025-06-30

I don't seem to be able to unmark .clj-kondo as excluded anymore... has something changed there? I usually set gitignore rules around that folder like the following, keeping project-specific hooks and config at hand

.clj-kondo/*/
!.clj-kondo/hooks

Thanks Colin, that worked!

No, I don't think so - Cursive doesn't do anything specific with that (yet, I'm working on finally integrating Kondo right now). But in the meantime I can't see why that would happen - maybe something IntelliJ changed in a recent version?

Actually @imre - sorry, I just realised I wasn't paying sufficient attention when I read your message, and in fact something did change here. If you go to Settings | Languages & Frameworks | Clojure | Directories to exclude/ignore, you can remove .clj-kondo from that list.

> finally integrating Kondo right now Love that, thank you!