Files
new-api/options/gitignore/Erlang
T
2026-05-30 22:47:36 +08:00

18 lines
154 B
Plaintext

.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/