diff options
| author | ckonstanski <ckonstanski@pippiandcarlos.com> | 2020-12-25 22:29:00 -0700 |
|---|---|---|
| committer | ckonstanski <ckonstanski@pippiandcarlos.com> | 2020-12-25 22:29:00 -0700 |
| commit | 26986b0c67cd05be90ab52b0f6080a2ba6fa48bb (patch) | |
| tree | 64ddd7314746642c3035b147a20078398df9aad7 /.gitignore | |
initial import
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..fdea6a6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,17 @@ +*~ +*swp +target +classes +resources +checkouts +pom.xml +pom.xml.asc +*.jar +*.class +.lein-* +.nrepl-port +.hgignore +.hg +profiles.clj +figwheel_server.log +.rebel_readline_history |
