bonfire-app/.gitignore

65 lines
1.1 KiB
Plaintext
Raw Normal View History

2020-08-05 07:39:59 +00:00
# The directory Mix will write compiled artifacts to.
/_build/
# If you run "mix test --cover", coverage assets end up here.
/cover/
2021-04-20 11:50:12 +00:00
# The directories mix/npm/etc download your dependencies to.
2020-08-05 07:39:59 +00:00
/deps/
2020-09-10 07:06:11 +00:00
/.cache/
/.hex/
/.mix/
/.npm/
2020-11-05 08:25:10 +00:00
/.config/
2021-01-20 08:57:27 +00:00
/.elixir_ls/
2021-04-20 11:50:12 +00:00
/.cargo/
2020-08-05 07:39:59 +00:00
# Where 3rd-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").
2020-11-07 14:05:06 +00:00
bonfire-*.tar
2020-08-05 07:39:59 +00:00
# If NPM crashes, it generates a log, let's ignore it too.
npm-debug.log
# The directory NPM downloads your dependencies sources to.
/assets/node_modules/
2020-12-26 16:01:47 +00:00
# ignore package.json lock.
/assets/package-lock.json/
2020-09-09 15:18:39 +00:00
# Since we are building assets from assets/
2020-08-05 07:39:59 +00:00
/priv/static/
2020-09-17 09:30:59 +00:00
# App and user data
/data/
2021-05-05 08:05:51 +00:00
/db/
2021-04-20 11:50:12 +00:00
.secrets
config/dev
config/prod
2021-05-05 08:05:51 +00:00
flavours/*/config/dev/
flavours/*/config/prod/
/config
2020-09-09 15:18:39 +00:00
# user-local overrides for mess
deps.path
2020-11-10 08:21:44 +00:00
/libs/
2020-12-01 09:54:08 +00:00
/forks/
2021-04-20 13:07:54 +00:00
deps.path*
2020-12-22 08:14:11 +00:00
# Dev artifacts
.elixir_ls
2021-04-23 03:53:10 +00:00
.nix-hex/
.nix-mix/
.direnv/
2021-05-13 11:09:39 +00:00
.bash_history