Initial commit. This is working, but it isn't yet elegant.
This commit is contained in:
parent
04a7f59656
commit
69314e946a
1156 changed files with 3905 additions and 0 deletions
50
.gitignore
vendored
Normal file
50
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,50 @@
|
|||
pom.xml
|
||||
pom.xml.asc
|
||||
*.jar
|
||||
*.class
|
||||
*.log
|
||||
*.stl
|
||||
[0-9a-f]*-init.clj
|
||||
/bin/
|
||||
/lib/
|
||||
/classes/
|
||||
/target/
|
||||
/checkouts/
|
||||
/.clj-kondo/
|
||||
.eastwood
|
||||
.lein-deps-sum
|
||||
.lein-repl-history
|
||||
.lein-plugins/
|
||||
.lein-failures
|
||||
.nrepl-port
|
||||
.cpcache/
|
||||
.calva/
|
||||
.idea/
|
||||
*~
|
||||
|
||||
|
||||
.calva/output-window/output.calva-repl
|
||||
|
||||
.lsp/sqlite.db
|
||||
|
||||
libbulletjme.so
|
||||
|
||||
liblwjgl64.so
|
||||
|
||||
libopenal64.so
|
||||
|
||||
.settings/
|
||||
.classpath
|
||||
.project
|
||||
|
||||
.calva/
|
||||
.lsp/
|
||||
|
||||
|
||||
*.so
|
||||
|
||||
docs/cloverage/codecov.json
|
||||
|
||||
docs/cloverage/coverage.xml
|
||||
|
||||
src/cc/journeyman/the_great_game/cloverage.clj
|
||||
Loading…
Add table
Add a link
Reference in a new issue