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