chore: ignore auto generated lint-fix files (#17783)
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/`
This commit is contained in:
parent
b4919261cb
commit
3c297bf5b4
|
@ -190,3 +190,7 @@ test/appium/tests/users.py
|
||||||
|
|
||||||
## git hooks
|
## git hooks
|
||||||
lefthook.yml
|
lefthook.yml
|
||||||
|
|
||||||
|
## clj-kondo
|
||||||
|
/.clj-kondo/taoensso/*
|
||||||
|
/.clj-kondo/babashka/*
|
||||||
|
|
Loading…
Reference in New Issue