url-shortener/.gitignore

25 lines
210 B
Plaintext
Raw Normal View History

2017-11-27 10:12:30 +00:00
.eunit
2017-11-28 15:01:11 +00:00
/_build/
2017-11-27 10:12:30 +00:00
deps
*.o
*.beam
*.plt
erl_crash.dump
ebin/*.beam
rel/example_project
.concrete/DEV_MODE
.rebar
2017-11-28 15:01:11 +00:00
.DS_Store
# rebar
/_checkouts/
# containerization
\#*
.\#*
# make stuff
/.image.*
Makefile.env