Skip to content

Commit 184dfde

Browse files
committed
update .gitignore and sort
Signed-off-by: Sean Corfield <[email protected]>
1 parent 1e2a95a commit 184dfde

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

.gitignore

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
1-
/target
2-
/classes
3-
/checkouts
4-
pom.xml
5-
pom.xml.asc
6-
*.jar
1+
.calva/mcp-server/port
2+
.clj-kondo/.cache
3+
.DS_Store
4+
.idea/
5+
.lsp/.cache
6+
.portal/vs-code.edn
77
*.class
8+
*.iml
9+
*.jar
810
/.lein-*
911
/.nrepl-port
10-
.DS_Store
12+
/checkouts
13+
/classes
1114
/doc
15+
/target
16+
pom.xml
17+
pom.xml.asc
1218
push
13-
*.iml
14-
.idea/
15-
.clj-kondo/.cache
16-
.lsp/.cache
17-
.portal/vs-code.edn

0 commit comments

Comments
 (0)