From 4cee1378f8b7828c861f5bf8a2bfa8256b7b1b4c Mon Sep 17 00:00:00 2001 From: Charlotte Allen Date: Mon, 29 Nov 2021 17:30:02 -0800 Subject: [PATCH] Cleanup --- .gitignore | 2 ++ project.clj | 4 ---- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index d35eab6..b3730fe 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,5 @@ resources/posts/ resources/index/ .eastwood code.code-workspace +.portal/ +tags diff --git a/project.clj b/project.clj index 2f86b94..6a29261 100644 --- a/project.clj +++ b/project.clj @@ -38,10 +38,6 @@ :resource-paths ["resources"] :target-path "target/%s/" :main ^:skip-aot shapey-shifty.core - - :plugins [ [lein-cljfmt "0.6.6"] - ] - :profiles {:uberjar {:omit-source true :aot :all