Skip to content

Commit 3c297bf

Browse files
authored
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/`
1 parent b491926 commit 3c297bf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -190,3 +190,7 @@ test/appium/tests/users.py
190190

191191
## git hooks
192192
lefthook.yml
193+
194+
## clj-kondo
195+
/.clj-kondo/taoensso/*
196+
/.clj-kondo/babashka/*

0 commit comments

Comments
 (0)