log_monitor/.gitignore

15 lines
145 B
Plaintext
Raw 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-06-08 21:22:48 +02:00
# ---> Intellij
.idea/
2017-06-27 23:07:30 +02:00
*.iml