diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index dd3cf2c..1a366ca 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -11,6 +11,8 @@ jobs: environment: Deployment steps: - uses: actions/checkout@v4.1.0 + with: + fetch-depth: 0 - uses: ./.github/actions/setup with: cache-key: deploy diff --git a/.gitignore b/.gitignore index 51d667a..8dd4909 100644 --- a/.gitignore +++ b/.gitignore @@ -1,18 +1,19 @@ -pom.xml -pom.xml.asc -*.jar *.class -/lib/ -/classes/ -/target/ -/checkouts/ +*.jar +*.~undo-tree~ +.clj-kondo/.cache +.cpcache/ .lein-deps-sum -.lein-repl-history -.lein-plugins/ .lein-failures +.lein-plugins/ +.lein-repl-history .nrepl-port -.cpcache/ -.clj-kondo/.cache /.lsp/ +/checkouts/ +/classes/ +/lib/ +/target/ +pom.xml +pom.xml.asc # malli + clj-kondo: ignore malli-types .clj-kondo/metosin/malli-types-clj