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 15
15
- Removed: `:alpha/closh` - project only proof of concept
16
16
- `:test/env` - remove `pjstadig/humane-test-output` library as it requires activation
17
17
- update documentation and formatting
18
+ - dev: `.clj-kondo` & `.lsp` directories removed via `clean` Makefile task
18
19
19
20
* 2023-10-17
20
21
** Added
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ outdated: ## Check deps.edn & GitHub actions for new versions
64
64
# `-` before the command ignores any errors returned
65
65
clean : # # Clean build temporary files
66
66
$(info --------- Clean Clojure classpath cache ---------)
67
- - rm -rf ./.cpcache
67
+ - rm -rf ./.cpcache .clj-kondo .lsp
68
68
# ------------------------------------ #
69
69
70
70
# ------- Testing -------------------- #
You can’t perform that action at this time.
0 commit comments