ash/.gitignore

41 lines
745 B
Text
Raw Normal View History

2019-10-03 16:08:36 +13: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.
erl_crash.dump
# Also ignore archive artifacts (built via "mix archive.build").
*.ez
# Ignore package tarball (built via "mix hex.build").
ash-*.tar
2019-12-06 13:17:52 +13:00
# Ignoring Elixir Language Server
2019-12-06 20:00:26 +13:00
.elixir_ls/
# Ignore Nix and direnv
shell.nix
.direnv/
.envrc
2021-03-27 06:06:55 +13:00
# Ignoring .tools-version
.tool-versions
/Mnesia.*
2020-06-30 09:20:29 +12:00
2019-12-06 20:00:26 +13:00
.DS_Store
.vscode