Initial commit. A start has been made, but nothing works yet.
This commit is contained in:
commit
72d9326216
65 changed files with 3179 additions and 0 deletions
16
.gitignore
vendored
Normal file
16
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
/.calva/
|
||||
/.clj-kondo/
|
||||
/.lsp/
|
||||
/target
|
||||
/classes
|
||||
/checkouts
|
||||
profiles.clj
|
||||
pom.xml
|
||||
pom.xml.asc
|
||||
*.jar
|
||||
*.class
|
||||
/.lein-*
|
||||
/.nrepl-port
|
||||
/.prepl-port
|
||||
.hgignore
|
||||
.hg/
|
||||
Loading…
Add table
Add a link
Reference in a new issue