Skip to content

Commit 0192e26

Browse files
committed
Add dotfiles to .gitignore
1 parent b091920 commit 0192e26

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

.gitignore

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
1+
.*
2+
!.editorconfig
3+
!.envrc
4+
!.github
5+
!.gitignore
6+
17
/integration-tests/bedrock/
28
/integration-tests/mariadb/data/
39
/integration-tests/wordpress/
410
/vendor/
511
/vendor_prefixed/
6-
.calva/
7-
.clj-kondo/
8-
.cpcache/
9-
.direnv/
10-
.lsp/
1112
node_modules/
1213
coverage/
1314
admin/*.js*
1415
*.pid
15-
.envrc
16-
.nrepl-port
17-
.phpunit.result.cache
1816
result
1917
result-*

0 commit comments

Comments
 (0)