diff options
| author | Tim <contact@bytim.eu> | 2026-02-22 15:25:50 +0100 |
|---|---|---|
| committer | Tim <contact@bytim.eu> | 2026-02-22 15:25:50 +0100 |
| commit | f279e20468fb5323c33cbf43346c35ddef7f96e0 (patch) | |
| tree | c488ee2791296917367f704524fa8e41a0b518ea /.gitignore | |
Initial commit
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57c501e --- /dev/null +++ b/.gitignore @@ -0,0 +1,34 @@ +.calva/output-window/ +.calva/repl.calva-repl +.classpath +.clj-kondo +.cpcache +.eastwood +.factorypath +.hg/ +.hgignore +.java-version +.lein-* +.lsp/.cache +.lsp/sqlite.db +.nrepl-history +.nrepl-port +.portal/vs-code.edn +.project +.rebel_readline_history +.settings +.socket-repl-port +.sw* +.vscode +*.class +*.jar +*.swp +*~ +/checkouts +/classes +/target +.idea/ +cashflow.iml + +cashflow.db/* + |
