bonfire-app/.gitignore
Mayel de Borniol 7b9cd81199 misc
2021-12-23 13:55:32 +13:00

92 lines
1.6 KiB
Plaintext
Executable file

# The directory Mix will write compiled artifacts to.
/_build/
_build
# If you run "mix test --cover", coverage assets end up here.
/cover/
# The directories mix/npm/etc download your dependencies to.
/deps/
/.cache/
/.hex/
/.mix/
/.npm/
/.config/
/.elixir_ls/
/.cargo/
# 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").
bonfire-*.tar
# 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/
# ignore package.json lock.
/assets/package-lock.json/
# Since we are building assets from assets/
/priv/static/
# App and user data
/data/
/db/
.secrets
config/dev
config/prod
flavours/*/config/dev/
flavours/*/config/prod/
/config
priv/seed_data
assets/static/data
# user-local overrides for mess
deps.path
/libs/
# /forks/
/forks/*/
deps.path*
# Dev artifacts
.elixir_ls
.nix-hex/
.nix-mix/
.direnv/
.bash_history
result
schema.graphql
deploy
.pnpm-debug.log
.pnpm-store
.pnpm-state.json
priv/localisation/*
.tailwindcss/touch/
.local/state/
docs/exdoc
bonfire.code-workspace
# we use pnpm, so ignore others
assets/package-lock.json
assets/yarn.lock
# huh?
flavours/cooperation/cooperation
flavours/cooperation/classic
flavours/cooperation/haha
flavours/cooperation/reflow
.DS_Store