2019-07-13 18:16:46 +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/
|
|
|
|
|
2022-10-09 06:09:42 +00:00
|
|
|
# Where third-party dependencies like ExDoc output generated docs.
|
2019-07-13 18:16:46 +00:00
|
|
|
/doc/
|
|
|
|
|
|
|
|
# Ignore .fetch files in case you like to edit your project deps locally.
|
|
|
|
/.fetch
|
|
|
|
|
|
|
|
# If the VM crashes, it generates a dump, let's ignore it too.
|
|
|
|
erl_crash.dump
|
2019-07-15 17:36:57 +00:00
|
|
|
|
|
|
|
config/secrets.exs
|