diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2023-05-20 12:33:21 -0400 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2023-05-20 12:33:21 -0400 |
commit | cacf5366512f83295d2e2809e4a6a09378f63f42 (patch) | |
tree | b6c4efdd488aed1603a4f97da9820f57cd58a315 /.gitignore |
initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d956ab0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +/target +/classes +/checkouts +profiles.clj +pom.xml +pom.xml.asc +*.jar +*.class +/.lein-* +/.nrepl-port +/.prepl-port +.hgignore +.hg/ |