first commit
This commit is contained in:
commit
f9067af37f
7 changed files with 259 additions and 0 deletions
19
.gitignore
vendored
Normal file
19
.gitignore
vendored
Normal file
|
@ -0,0 +1,19 @@
|
|||
.rebar3
|
||||
_*
|
||||
.eunit
|
||||
*.o
|
||||
*.beam
|
||||
*.plt
|
||||
*.swp
|
||||
*.swo
|
||||
.erlang.cookie
|
||||
ebin
|
||||
log
|
||||
erl_crash.dump
|
||||
.rebar
|
||||
_rel
|
||||
_deps
|
||||
_plugins
|
||||
_tdeps
|
||||
logs
|
||||
_build
|
Loading…
Add table
Add a link
Reference in a new issue