0 # The directory Mix will write compiled artifacts to.
1 /_build/
2
3 # If you run "mix test --cover", coverage assets end up here.
4 /cover/
5
6 # The directory Mix downloads your dependencies sources to.
7 /deps/
8
9 # Where third-party dependencies like ExDoc output generated docs.
10 /doc/
11
12 # Ignore .fetch files in case you like to edit your project deps locally.
13 /.fetch
14
15 # If the VM crashes, it generates a dump, let's ignore it too.
16 erl_crash.dump
17
18 # Also ignore archive artifacts (built via "mix archive.build").
19 *.ez
20
21 # Ignore package tarball (built via "mix hex.build").
22 gmichat-*.tar
23
24 # Temporary files, for example, from tests.
25 /tmp/
26