This effectively makes a reasonably full dummy
This commit is contained in:
parent
16b45a1b6e
commit
cc6b7e65a5
32 changed files with 813 additions and 190 deletions
20
.gitignore
vendored
Normal file
20
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
*~
|
||||
*.log*
|
||||
pom.xml
|
||||
pom.xml.asc
|
||||
*jar
|
||||
/lib/
|
||||
/classes/
|
||||
/target/
|
||||
/checkouts/
|
||||
/resources/public/content/.git
|
||||
/resources/public/vendor
|
||||
.lein-deps-sum
|
||||
.lein-repl-history
|
||||
.lein-plugins/
|
||||
.lein-failures
|
||||
.lein-env
|
||||
.nrepl-port
|
||||
/node_modules/
|
||||
.DS_Store
|
||||
*-init.clj
|
||||
Loading…
Add table
Add a link
Reference in a new issue