···11+# The directory Mix will write compiled artifacts to.
22+/_build/
33+44+# If you run "mix test --cover", coverage assets end up here.
55+/cover/
66+77+# The directory Mix downloads your dependencies sources to.
88+/deps/
99+1010+# Where 3rd-party dependencies like ExDoc output generated docs.
1111+/doc/
1212+1313+# Ignore .fetch files in case you like to edit your project deps locally.
1414+/.fetch
1515+1616+# If the VM crashes, it generates a dump, let's ignore it too.
1717+erl_crash.dump
1818+1919+# Also ignore archive artifacts (built via "mix archive.build").
2020+*.ez
2121+2222+# Temporary files, for example, from tests.
2323+/tmp/
2424+2525+# Ignore package tarball (built via "mix hex.build").
2626+tester-*.tar
2727+2828+# Ignore assets that are produced by build tools.
2929+/priv/static/assets/
3030+/priv/static/images/
3131+3232+# Ignore digested assets cache.
3333+/priv/static/cache_manifest.json
3434+3535+# In case you use Node.js/npm, you want to ignore these.
3636+npm-debug.log
3737+/assets/node_modules/
3838+