/_build
/cover
/deps
erl_crash.dump
*.ez
# Common additions for various operating systems:
# MacOS
.DS_Store
# Common additions for various editors:
# JetBrains IDEA, IntelliJ, PyCharm, RubyMine etc.
.idea
By default, mix new <projectname> will generate a .gitignore file in the project root that is suitable for Elixir.
# 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...