Files
firezone/elixir/apps/web/.gitignore
2023-06-27 13:11:36 -06:00

28 lines
618 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/
# Ignore package tarball (built via "mix hex.build").
web-*.tar
# Ignore assets that are produced by build tools.
/priv/static/assets/
# Ignore Tailwind temporary files
/assets/tmp
# Ignore digested assets cache.
/priv/static/cache_manifest.json
# In case you use Node.js/npm, you want to ignore these.
npm-debug.log
/assets/node_modules/