Skip to content

Commit df65e54

Browse files
committed
Update .gitignore for clj-kondo and lsp
1 parent e42e5ee commit df65e54

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,6 @@ dump.rdb
1111
target/**
1212
.nrepl*
1313
/doc
14-
.java-version
14+
.java-version
15+
**/.clj-kondo/.cache
16+
**/.lsp

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
[potemkin "0.4.5"]])
1818

1919
(defproject aleph "0.4.7-alpha9"
20-
:description "a framework for asynchronous communication"
20+
:description "A framework for asynchronous communication"
2121
:repositories {"jboss" "https://repository.jboss.org/nexus/content/groups/public/"
2222
"sonatype-oss-public" "https://oss.sonatype.org/content/groups/public/"}
2323
:license {:name "MIT License"}

0 commit comments

Comments
 (0)