1
0
Fork 0
advent-of-code/2024/.gitignore

31 lines
646 B
Text
Raw Normal View History

2024-12-01 08:45:07 -05:00
# The directory Mix will write compiled artifacts to.
/_build/
# If you run "mix test --cover", coverage assets end up here.
/cover/
# The directory Mix downloads your dependencies sources to.
/deps/
# Where third-party dependencies like ExDoc output generated docs.
/doc/
# Ignore .fetch files in case you like to edit your project deps locally.
/.fetch
# If the VM crashes, it generates a dump, let's ignore it too.
2024-11-21 21:24:28 -05:00
erl_crash.dump
2024-12-01 08:45:07 -05:00
# Also ignore archive artifacts (built via "mix archive.build").
*.ez
# Ignore package tarball (built via "mix hex.build").
aoc2024-*.tar
# Temporary files, for example, from tests.
/tmp/
.envrc
/input/