diff options
| author | ckonstanski <ckonstanski@pippiandcarlos.com> | 2020-12-25 19:49:35 -0700 |
|---|---|---|
| committer | ckonstanski <ckonstanski@pippiandcarlos.com> | 2020-12-25 19:49:35 -0700 |
| commit | c439fce1f097987de9176885dc6535b0a1403346 (patch) | |
| tree | 7a1f59f801cd696981520f2ecb5d39b019d3f459 /.gitignore | |
initial commit
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a1cd79c --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +target +classes +resources +checkouts +pom.xml +pom.xml.asc +*.jar +*.class +.lein-* +.nrepl-port +.hgignore +.hg +profiles.clj +figwheel_server.log +.rebel_readline_history |
