diff options
| author | Tim <contact@bytim.eu> | 2026-05-14 15:12:49 +0200 |
|---|---|---|
| committer | Tim <contact@bytim.eu> | 2026-05-14 15:12:49 +0200 |
| commit | 607f920d4c880ef548be07c26f6df706bc5f2486 (patch) | |
| tree | 77fd96383a331e589e5be6024a7820b1a4c78c57 /.gitignore | |
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..90de259 --- /dev/null +++ b/.gitignore @@ -0,0 +1,24 @@ +node_modules/ +public/js + +/target +/checkouts +/src/gen + +pom.xml +pom.xml.asc +*.iml +*.jar +*.log +.shadow-cljs +.idea +.lein-* +.nrepl-* +.DS_Store + +.hgignore +.hg/ + +.clj-kondo/ +.lsp/ + |
