We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 740d377 commit 24ba6dbCopy full SHA for 24ba6db
.gitignore
@@ -1,3 +1,11 @@
1
+
2
3
+#Visual Studio artifacts
4
+*.nupkg
5
+*.suo
6
+*.user
7
+.calva/repl.calva-repl
8
+.vs/
9
/.calva/output-window
10
/.clj-kondo/.cache
11
/.cpcache
@@ -8,13 +16,6 @@
16
/.portal/vs-code.edn
17
/.socket-repl-port
18
/cljs-test-runner-out
-target
12
-
13
14
-#Visual Studio artifacts
15
19
bin/
20
obj/
-.vs/
-*.user
-*.suo
-*.nupkg
21
+target
0 commit comments