~mika/www.m1kadev.nl

ref: 1c5e50a88b88ab1d2e500cdec0ab3257da2dce11 www.m1kadev.nl/kethel/.gitignore -rw-r--r-- 545 bytes
1c5e50a8 — m1kadev kethel: start stage 1 of build api: collect 6 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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 third-party dependencies like ExDoc output generated docs.
/doc/

# 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

# Ignore package tarball (built via "mix hex.build").
kethel-*.tar

# Temporary files, for example, from tests.
/tmp/