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.
.clj-kondo
.lsp
clean
1 parent a7417ff commit 3e38b07Copy full SHA for 3e38b07
2 files changed
CHANGELOG.org
@@ -15,6 +15,7 @@
15
- Removed: `:alpha/closh` - project only proof of concept
16
- `:test/env` - remove `pjstadig/humane-test-output` library as it requires activation
17
- update documentation and formatting
18
+ - dev: `.clj-kondo` & `.lsp` directories removed via `clean` Makefile task
19
20
* 2023-10-17
21
** Added
Makefile
@@ -64,7 +64,7 @@ outdated: ## Check deps.edn & GitHub actions for new versions
64
# `-` before the command ignores any errors returned
65
clean: ## Clean build temporary files
66
$(info --------- Clean Clojure classpath cache ---------)
67
- - rm -rf ./.cpcache
+ - rm -rf ./.cpcache .clj-kondo .lsp
68
# ------------------------------------ #
69
70
# ------- Testing -------------------- #
0 commit comments