Skip to content

Commit 5f3e72c

Browse files
Create .gitignore for intergalactic-transmission (#1601)
* Create .gitignore for intergalactic-transmission * Fix tarball name in gitignore --------- Co-authored-by: Angelika Cathor <[email protected]>
1 parent 5875301 commit 5f3e72c

File tree

1 file changed

+23
-0
lines changed
  • exercises/practice/intergalactic-transmission

1 file changed

+23
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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 third-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+
# Also ignore archive artifacts (built via "mix archive.build").
20+
*.ez
21+
22+
# Ignore package tarball (built via "mix hex.build").
23+
intergalactic_transmission-*.tar

0 commit comments

Comments
 (0)