Initial commit

main
ni4kmoon 2 years ago
commit b7a4e620df

19
.gitignore vendored

@ -0,0 +1,19 @@
# ---> Erlang
.eunit
*.o
*.beam
*.plt
erl_crash.dump
.concrete/DEV_MODE
# rebar 2.x
.rebar
rel/example_project
ebin/*.beam
deps
# rebar 3
.rebar3
_build/
_checkouts/

@ -0,0 +1,3 @@
# rebar3_test1
rabar3 仓库
Loading…
Cancel
Save