File tree Expand file tree Collapse file tree 1 file changed +41
-4
lines changed Expand file tree Collapse file tree 1 file changed +41
-4
lines changed Original file line number Diff line number Diff line change 11
11
logs
12
12
results
13
13
14
- npm-debug.log
15
- node_modules
16
- .DS_Store
17
-
18
14
haters
19
15
takers
16
+ fakers
17
+ noise
18
+
19
+ # The directory Mix will write compiled artifacts to.
20
+ /_build /
21
+
22
+ # If you run "mix test --cover", coverage assets end up here.
23
+ /cover /
24
+
25
+ # The directory Mix downloads your dependencies sources to.
26
+ /deps /
27
+
28
+ # Where 3rd-party dependencies like ExDoc output generated docs.
29
+ /doc /
30
+
31
+ # Ignore .fetch files in case you like to edit your project deps locally.
32
+ /.fetch
33
+
34
+ # If the VM crashes, it generates a dump, let's ignore it too.
35
+ erl_crash.dump
36
+
37
+ # Also ignore archive artifacts (built via "mix archive.build").
38
+ * .ez
39
+
40
+ # Temporary files, for example, from tests.
41
+ /tmp /
42
+
43
+ # Ignore package tarball (built via "mix hex.build").
44
+ atm- * .tar
45
+
46
+ # Ignore assets that are produced by build tools.
47
+ /priv /static /assets /
48
+
49
+ # Ignore digested assets cache.
50
+ /priv /static /cache_manifest.json
51
+
52
+ # In case you use Node.js/npm, you want to ignore these.
53
+ npm-debug.log
54
+ /assets /node_modules /
20
55
56
+ # Mac Noise
57
+ .DS_Store
You can’t perform that action at this time.
0 commit comments