Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ignore common Clojure tool directories #29

Merged
merged 2 commits into from
Jun 29, 2024

Conversation

mjul
Copy link
Contributor

@mjul mjul commented Oct 6, 2022

Just a small change to ignore common tool directories.

.gitignore Outdated
@@ -12,3 +12,7 @@ pom.xml.asc
ccw*
/.idea
/*.iml
;; Clojure tooling
.clj-kondo
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

.clj-kondo folder shouldn't be completely ignored, config.edn and hook files should be included in the repository.

Same holds for .lsp/config.edn in fact.

For Clj-kondo and LSP it is the .cache folder under their folders that should be ignored.

I'm not sure about Calva configuration.

@ikitommi ikitommi merged commit bd0437f into metosin:master Jun 29, 2024
3 checks passed
@ikitommi
Copy link
Member

changed it to use .cache

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants