diff options
| author | Shagun Agrawal <agrawalshagun07@gmail.com> | 2024-07-20 22:09:11 +0530 |
|---|---|---|
| committer | Shagun Agrawal <agrawalshagun07@gmail.com> | 2024-07-20 22:09:11 +0530 |
| commit | dcfa4a59171b9b1ba545a2e07c38b601fcfdcb02 (patch) | |
| tree | 5ac1a615d5d03ac3495b65f7d995db32cc729949 /.gitignore | |
project setup
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1548a67 --- /dev/null +++ b/.gitignore @@ -0,0 +1,28 @@ +.calva/output-window/ +.classpath +.clj-kondo/.cache +.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 |
