Skip to content
Snippets Groups Projects
Select Git revision
1 result Searching

.gitignore

Blame
  • .gitignore 120 B
    .rebar3
    _*
    .eunit
    *.o
    *.beam
    *.plt
    *.swp
    *.swo
    .erlang.cookie
    ebin
    log
    var
    erl_crash.dump
    .rebar
    logs
    _build
    _checkouts