log_monitor/.gitignore

17 lines
168 B
Plaintext
Raw Permalink Normal View History

2017-03-11 01:27:55 +01:00
# ---> Erlang
.eunit
deps
*.o
*.beam
*.plt
erl_crash.dump
ebin
rel/example_project
.concrete/DEV_MODE
.rebar
2017-03-11 01:31:41 +01:00
_build/
2017-07-05 20:42:18 +02:00
apps/log_monitor/doc/
2017-06-08 21:22:48 +02:00
# ---> Intellij
.idea/
2017-07-05 20:42:18 +02:00
*.iml