This repository has been archived on 2023-11-26. You can view files and clone it, but cannot push or open issues or pull requests.
bdfr-browser/.gitignore
Daniel Kempkens 0a7c16fe48
All checks were successful
Build / build (push) Successful in 3m3s
feat: Improved navigation and listing
2023-10-02 00:33:41 +02:00

44 lines
728 B
Plaintext

# 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 3rd-party dependencies like ExDoc output generated docs.
/doc
# 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
# nix
/.direnv
/.elixir_ls
/.lexical
.pre-commit-config.yaml
# Exclude releases
/rel/*
!/rel/config.exs
!/rel/commands/
!/rel/plugins/
!/rel/vm.args.eex
!/rel/env.sh.eex
!/rel/env.bat.eex
.deliver/releases/
/result
.DS_Store
*.orig
/tmp
/tags*
/xref_graph.dot
/xref_graph.png
/scripts
priv/dev_config.yml