Skip to content

Commit 24ba6db

Browse files
committedMar 25, 2024
ignore new calva repl path and sort .gitignore
1 parent 740d377 commit 24ba6db

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed
 

‎.gitignore

+9-8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
2+
3+
#Visual Studio artifacts
4+
*.nupkg
5+
*.suo
6+
*.user
7+
.calva/repl.calva-repl
8+
.vs/
19
/.calva/output-window
210
/.clj-kondo/.cache
311
/.cpcache
@@ -8,13 +16,6 @@
816
/.portal/vs-code.edn
917
/.socket-repl-port
1018
/cljs-test-runner-out
11-
target
12-
13-
14-
#Visual Studio artifacts
1519
bin/
1620
obj/
17-
.vs/
18-
*.user
19-
*.suo
20-
*.nupkg
21+
target

0 commit comments

Comments
 (0)