Skip to content

Commit 03463db

Browse files
committed
Git ignore clj-kondo rewrite-clj export config
When clj-kondo is asked to copy configs it finds on the classpath to the .clj-kondo dir, our local export rewrite-clj config will sometimes be picked up. This export config is for users of rewrite-clj, not for development of rewrite-clj itself. Easiest thing to do is understand that it will happen and have git ignore it.
1 parent c90e795 commit 03463db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/.calva
22
/.clj-kondo/.cache
3+
/.clj-kondo/rewrite-clj
34
/.cpcache
45
/.diff-apis
56
/.eastwood

0 commit comments

Comments
 (0)