diff options
author | Clyne <clyne@bitgloo.com> | 2023-07-10 09:25:06 -0400 |
---|---|---|
committer | Clyne <clyne@bitgloo.com> | 2023-07-10 09:25:06 -0400 |
commit | 15eae1ab2d73b1a844f27eb1588d9a13117e0e61 (patch) | |
tree | 4540241f4a83757e3613bc671d6feab2e92889d0 /.gitignore |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3387254 --- /dev/null +++ b/.gitignore @@ -0,0 +1,16 @@ +# ---> Clojure +pom.xml +pom.xml.asc +*.jar +*.class +/lib/ +/classes/ +/target/ +/checkouts/ +.lein-deps-sum +.lein-repl-history +.lein-plugins/ +.lein-failures +.nrepl-port +.cpcache/ + |