Skip to content

Commit 220a0d7

Browse files
Update lib/mix/test/fixtures/gleam_dep/.gitignore
Co-authored-by: Eksperimental <[email protected]>
1 parent fd7f25b commit 220a0d7

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

lib/mix/test/fixtures/gleam_dep/.gitignore

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1+
# The directory Mix will write compiled artifacts to.
2+
/_build/
3+
4+
# If the VM crashes, it generates a dump, let's ignore it too.
5+
erl_crash.dump
6+
7+
# BEAM bytecode files.
18
*.beam
9+
10+
# Also ignore archive artifacts (built via "mix archive.build").
211
*.ez
3-
/build
4-
erl_crash.dump

0 commit comments

Comments
 (0)