Skip to content

Commit

Permalink
chore: ignore auto generated lint-fix files (#17783)
Browse files Browse the repository at this point in the history
We get these 2 files auto generated locally as part of make lint-fix

`.clj-kondo/taoensso/encore/config.edn`
`.clj-kondo/taoensso/encore/taoensso/encore.clj`

We don't need them checked in its fine if they're ignored.
This commit adds these folders to `.gitIgnore`

- `.clj-kondo/taoensso/`
- `.clj-kondo/babashka/`
  • Loading branch information
siddarthkay authored and yevh-berdnyk committed Dec 8, 2023
1 parent 76dd7e6 commit 08b5644
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -190,3 +190,7 @@ test/appium/tests/users.py

## git hooks
lefthook.yml

## clj-kondo
/.clj-kondo/taoensso/*
/.clj-kondo/babashka/*

0 comments on commit 08b5644

Please sign in to comment.