Skip to content

Commit 3e38b07

Browse files
dev: .clj-kondo & .lsp directories removed via clean Makefile task
1 parent a7417ff commit 3e38b07

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.org

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
- Removed: `:alpha/closh` - project only proof of concept
1616
- `:test/env` - remove `pjstadig/humane-test-output` library as it requires activation
1717
- update documentation and formatting
18+
- dev: `.clj-kondo` & `.lsp` directories removed via `clean` Makefile task
1819

1920
* 2023-10-17
2021
** Added

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ outdated: ## Check deps.edn & GitHub actions for new versions
6464
# `-` before the command ignores any errors returned
6565
clean: ## Clean build temporary files
6666
$(info --------- Clean Clojure classpath cache ---------)
67-
- rm -rf ./.cpcache
67+
- rm -rf ./.cpcache .clj-kondo .lsp
6868
# ------------------------------------ #
6969

7070
# ------- Testing -------------------- #

0 commit comments

Comments
 (0)