vultr-elixir/.gitignore

19 lines
426 B
Plaintext
Raw Permalink Normal View History

2017-07-15 11:20:25 +00:00
# The directory Mix will write compiled artifacts to.
/_build
# If you run "mix test --cover", coverage assets end up here.
/cover
# The directory Mix downloads your dependencies sources to.
/deps
# Where 3rd-party dependencies like ExDoc output generated docs.
/doc
2017-07-15 11:33:29 +00:00
/docs
2017-07-15 11:20:25 +00:00
# If the VM crashes, it generates a dump, let's ignore it too.
erl_crash.dump
# Also ignore archive artifacts (built via "mix archive.build").
*.ez