r/o

TAREAS. 02416ff5 parent a6e4ee6e

authored by ~lotte committed by ~talya

1
# The directory Mix will write compiled artifacts to.
2
/_build/
3
4
# If you run "mix test --cover", coverage assets end up here.
5
/cover/
6
7
# The directory Mix downloads your dependencies sources to.
8
/deps/
9
10
# Where 3rd-party dependencies like ExDoc output generated docs.
11
/doc/
12
13
# Ignore .fetch files in case you like to edit your project deps locally.
14
/.fetch
15
16
# If the VM crashes, it generates a dump, let's ignore it too.
17
erl_crash.dump
18
19
# Archive artifacts (built via "mix archive.build").
20
*.ez
21
22
# Temporary files, for example, from tests.
23
/tmp/
24
25
# Package tarball (built via "mix hex.build").
26
nossa-*.tar
27
28
# Assets produced by build tools.
29
/priv/static/assets/js/
30
31
# Digested assets cache.
32
/priv/static/cache_manifest.json
33
34
# npm
35
/assets/node_modules/
36
37
# Compiled shared objects.
38
/priv/native/
39
40
# nix build.
41
/result
42
43
# MIX_HOME and HEX_HOME.
44
/.nix-mix/
45
/.nix-hex/
46
47
# PGDATA.
48
/db/
49
50
# Postgres logfile.
51
/logfile
52
53
nossa.tar
54
/.expert
55