Skip to content

Commit 1ec77c2

Browse files
committed
Add clojure tooling dirs to .gitignore
1 parent e752e13 commit 1ec77c2

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,11 @@
33
/integration-tests/wordpress/
44
/vendor/
55
/vendor_prefixed/
6+
.calva/
7+
.clj-kondo/
68
.cpcache/
79
.direnv/
10+
.lsp/
811
node_modules/
912
coverage/
1013
admin/*.js*

integration-tests/clj/wp2static_test/main.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
(assoc this :process nil)))))
2727

2828
(def plugins-dirs
29-
["bedrock/web/app/plugins"
29+
[#_"bedrock/web/app/plugins"
3030
"wordpress/wp-content/plugins"])
3131

3232
(defrecord WP2Static [plugins-dirs started?]

0 commit comments

Comments
 (0)