This is a side project to help Erlang developers to generate document using templating systems like bbmustache. The goal is to offer an easy way to deal with the compilation part of each template files. At this time, support only a small subset of all requirement.
21 lines
153 B
Plaintext
21 lines
153 B
Plaintext
.rebar3
|
|
_build
|
|
_checkouts
|
|
_vendor
|
|
.eunit
|
|
*.o
|
|
*.beam
|
|
*.plt
|
|
*.swp
|
|
*.swo
|
|
.erlang.cookie
|
|
ebin
|
|
log
|
|
erl_crash.dump
|
|
.rebar
|
|
logs
|
|
.idea
|
|
*.iml
|
|
rebar3.crashdump
|
|
*~
|