chiya/.gitignore

54 lines
1.1 KiB
Text
Raw Normal View History

2023-03-05 16:07:40 +01: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 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
# Temporary files, for example, from tests.
/tmp/
# Ignore package tarball (built via "mix hex.build").
chiya-*.tar
# Ignore assets that are produced by build tools.
/priv/static/assets/
2023-03-25 10:39:19 +01:00
# Ignore processed assets
/priv/static
!/priv/static/robots.txt
!/priv/static/site.webmanifest
!/priv/static/browserconfig.xml
2023-03-05 16:07:40 +01:00
# Ignore digested assets cache.
/priv/static/cache_manifest.json
2023-03-06 23:15:23 +01:00
# Ignore uploads from dev
/priv/waffle
2023-03-05 16:07:40 +01:00
# In case you use Node.js/npm, you want to ignore these.
npm-debug.log
/assets/node_modules/
2023-03-06 10:24:36 +01:00
# env file
.env
2023-04-07 10:34:03 +02:00
# elixir ls
.elixir_ls
2023-06-26 23:17:24 +02:00
# log files
/*.log