Skip to content

Commit 842418d

Browse files
committed
add Elixir related .gitignore
1 parent 5104fda commit 842418d

File tree

1 file changed

+41
-4
lines changed

1 file changed

+41
-4
lines changed

.gitignore

Lines changed: 41 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,47 @@ pids
1111
logs
1212
results
1313

14-
npm-debug.log
15-
node_modules
16-
.DS_Store
17-
1814
haters
1915
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/
2055

56+
# Mac Noise
57+
.DS_Store

0 commit comments

Comments
 (0)