Not yet working but a good start
This commit is contained in:
parent
f1ebcbcc1d
commit
64fd9ffb5b
213 changed files with 5501 additions and 4 deletions
16
.gitignore
vendored
Normal file
16
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
/resources/public/js/compiled/**
|
||||
figwheel_server.log
|
||||
pom.xml
|
||||
*jar
|
||||
/lib/
|
||||
/classes/
|
||||
/out/
|
||||
/target/
|
||||
/resources/public/vendor/
|
||||
.lein-deps-sum
|
||||
.lein-repl-history
|
||||
.lein-plugins/
|
||||
.repl
|
||||
.nrepl-port
|
||||
|
||||
resources/public/data/
|
||||
Loading…
Add table
Add a link
Reference in a new issue