File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ outdated: ## Check deps.edn & GitHub actions for new versions
6464# `-` before the command ignores any errors returned
6565clean : # # 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 -------------------- #
You can’t perform that action at this time.
0 commit comments