Skip to content

Commit 40ae6ef

Browse files
committed
Ignore dotfiles by default
1 parent c990098 commit 40ae6ef

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

.gitignore

+9-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
.clj-kondo/
2-
.cpcache/
3-
.direnv/
4-
.lsp/
5-
target/
6-
.nrepl-port
1+
.*
2+
!.editorconfig
3+
!.envrc
4+
!.github
5+
!.gitignore
6+
!.vscode
7+
8+
result
9+
target

0 commit comments

Comments
 (0)