Skip to content

Commit 14844dc

Browse files
Reduce dir structure
1 parent b0ac939 commit 14844dc

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,8 @@ The template generates a Clojure project with the following structure:
4545

4646

4747
```
48-
├── .clj-kondo/ # Clojure linting cache, imports and configuration
49-
│ └── config.edn # Clojure linting configuration
48+
├── .clj-kondo/ # Clojure linting configuration
5049
├── .github/ # GitHub Actions workflows and configurations
51-
│ ├── actions/ # Common actions for workflows
52-
│ └── workflows/ # GitHub Actions workflow definitions
53-
│ ├── checks.yaml # Lint, format, test and check outdated deps on push
54-
│ └── deploy.yaml # Deployment workflow
5550
├── .kamal/ # Kamal secrets template (_only used if you use Kamal_)
5651
├── config/ # Kamal deployment configuration (_only used if you use Kamal_)
5752
├── db/ # Database files directory (_only used if you use SQLite_)

0 commit comments

Comments
 (0)