bonfire-app/.gitignore

114 lines
1.7 KiB
Plaintext
Raw Permalink Normal View History

2022-02-20 15:12:54 +00:00
# Build, dependency and target directories
2020-08-05 07:39:59 +00:00
/_build/
/cover/
/deps/
2020-09-10 07:06:11 +00:00
/.cache/
/.hex/
2024-02-07 22:29:17 +00:00
/.guix-hex/
2020-09-10 07:06:11 +00:00
/.mix/
2024-02-07 22:29:17 +00:00
/.guix-mix/
2022-02-20 15:12:54 +00:00
/.nova/
2020-09-10 07:06:11 +00:00
/.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
/doc/
# Ignore .fetch files in case you like to edit your project deps locally.
/.fetch
2022-07-29 22:57:57 +00:00
/.CodeCount
2022-12-03 01:49:30 +00:00
/lib/mix/tasks
2020-08-05 07:39:59 +00:00
# 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.
2023-04-11 04:21:44 +00:00
/assets
2020-08-05 07:39:59 +00:00
2022-01-09 10:19:16 +00:00
# You might have pnpm installed here
2023-04-11 04:21:44 +00:00
node_modules/
2022-01-09 10:19:16 +00:00
2020-12-26 16:01:47 +00:00
# ignore package.json lock.
2023-04-11 04:21:44 +00:00
assets/package-lock.json
2020-12-26 16:01:47 +00:00
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/
2022-05-23 02:20:39 +00:00
.env
2022-06-29 08:29:20 +00:00
/.env
2021-04-20 11:50:12 +00:00
.secrets
config/dev
config/prod
2022-06-29 08:29:20 +00:00
flavours/*/config/dev
flavours/*/config/prod
flavours/*/config/test
2021-05-05 08:05:51 +00:00
/config
2021-09-26 02:04:07 +00:00
priv/seed_data
2021-11-18 22:21:08 +00:00
assets/static/data
2022-04-28 08:42:31 +00:00
priv/repo
2020-09-09 15:18:39 +00:00
# user-local overrides for mess
deps.path
2023-05-24 12:39:51 +00:00
deps.path.*
deps.*.path
2020-11-10 08:21:44 +00:00
/libs/
2021-12-23 00:55:32 +00:00
# /forks/
/forks/*/
/extensions/*/
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-29 10:07:47 +00:00
.bash_history
2021-07-02 06:09:11 +00:00
result
2023-11-24 14:37:23 +00:00
results/*
2021-05-29 10:07:47 +00:00
schema.graphql
2021-06-03 16:46:51 +00:00
.pnpm-debug.log
2021-07-22 12:02:11 +00:00
.pnpm-store
.pnpm-state.json
assets/.parcel-cache
2021-09-19 23:01:17 +00:00
.tailwindcss/touch/
.local/state/
2021-11-19 00:48:15 +00:00
docs/exdoc
2021-12-23 00:55:32 +00:00
bonfire.code-workspace
2022-03-10 08:16:29 +00:00
benchmarks/output
.vscode/
2022-05-14 03:18:15 +00:00
.local
2022-05-23 06:30:27 +00:00
screenshots/
2022-11-29 20:16:45 +00:00
./assets
2023-07-19 12:07:47 +00:00
.elixir-tools
2024-04-16 13:02:52 +00:00
# flavours/*/config/flavour_assets/components.css
2024-02-13 11:44:53 +00:00
flavours/*/repo/migrations
2022-05-23 23:16:57 +00:00
# we use yarn, so ignore others
assets/package-lock.json
2022-05-23 23:16:57 +00:00
assets/pnpm-lock.yaml
2021-10-19 06:43:19 +00:00
# huh?
2022-01-25 19:53:55 +00:00
flavours/*/classic
flavours/*/cooperation
flavours/*/haha
flavours/*/reflow
2022-02-12 06:26:34 +00:00
flavours/*/upcycle
2021-12-06 20:58:44 +00:00
.DS_Store
2022-06-23 07:11:32 +00:00
tx
2022-09-06 20:59:28 +00:00
# archeometer
archeometer_bonfire.db
reports/
docs/xref_graph.svg
2023-09-17 13:57:41 +00:00
tunnel.conf