Added support for mustache instead of Velocity.
This commit is contained in:
parent
13dec4f063
commit
5efb2a9e1d
10 changed files with 199 additions and 133 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
@ -4,8 +4,8 @@
|
|||
**/.idea/tasks.xml
|
||||
**/.idea/workspace.xml
|
||||
*.iws
|
||||
.DS_Store
|
||||
.classpath
|
||||
.DS_Store
|
||||
.gradle
|
||||
.kobalt
|
||||
.nb-gradle
|
||||
|
@ -17,12 +17,14 @@
|
|||
/dist
|
||||
/gen
|
||||
/gradle.properties
|
||||
/lib/kotlin*
|
||||
/libs
|
||||
/local.properties
|
||||
/out
|
||||
/proguard-project.txt
|
||||
/project.properties
|
||||
/target
|
||||
/test-output
|
||||
Thumbs.db
|
||||
ehthumbs.db
|
||||
kobaltBuild
|
||||
kobaltBuild
|
||||
Thumbs.db
|
Loading…
Add table
Add a link
Reference in a new issue