Initial commit; basically works, needs refinement.

This commit is contained in:
Simon Brooke 2024-04-05 11:40:46 +01:00
parent 2df432fd4b
commit a7b9bca797
9 changed files with 661 additions and 1 deletions

14
.hgignore Normal file
View file

@ -0,0 +1,14 @@
syntax: glob
target/**
classes/**
checkouts/**
profiles.clj
pom.xml
pom.xml.asc
*.jar
*.class
/.lein-*
/.nrepl-port
/.prepl-port
.gitignore
.git/**