bcf5f600d5
* add roll dice example in Erlang with Elli * cleanup index page template formatting * fix index/1 type spec * remove index.js which gets compiled by npm * roll dice: use 127.0.0.1 for node name to work for everyone
21 lines
170 B
Plaintext
21 lines
170 B
Plaintext
.rebar3
|
|
_*
|
|
.eunit
|
|
*.o
|
|
*.beam
|
|
*.plt
|
|
*.swp
|
|
*.swo
|
|
.erlang.cookie
|
|
ebin
|
|
log
|
|
erl_crash.dump
|
|
.rebar
|
|
logs
|
|
_build
|
|
.idea
|
|
*.iml
|
|
rebar3.crashdump
|
|
*~
|
|
node_modules
|
|
priv/static/index.js |