Skip to content

Commit faa0c2f

Browse files
authored
Add .DS_Store and .repl* to .gitignore (#869)
1 parent e4ea771 commit faa0c2f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ pom.xml.asc
99
/.lein-*
1010
/.nrepl-port
1111
/.prepl-port
12+
.repl*
1213
.hgignore
1314
.hg/
1415
/.clj-kondo/*
@@ -25,4 +26,5 @@ pom.xml.asc
2526
__pycache__/
2627
.python-version
2728
poetry.lock
28-
*.egg-info/
29+
*.egg-info/
30+
.DS_Store

0 commit comments

Comments
 (0)