Initial commit. It works, but there may yet be some changes.
This commit is contained in:
commit
77511173bc
8 changed files with 538 additions and 0 deletions
18
.gitignore
vendored
Normal file
18
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
/target
|
||||
/lib
|
||||
/classes
|
||||
/checkouts
|
||||
pom.xml
|
||||
*.jar
|
||||
*.class
|
||||
/.lein-*
|
||||
/.env
|
||||
*.log
|
||||
|
||||
# Links to other places:
|
||||
resources/public/docs/mw-*/uberdoc.html
|
||||
# Artefacts:
|
||||
mw_ui.log
|
||||
pom.xml
|
||||
|
||||
buildall.tmp.*/
|
||||
Loading…
Add table
Add a link
Reference in a new issue