2019-09-02 14:29:19 +03: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
|
|
|
|
|
|
|
|
# Ignore package tarball (built via "mix hex.build").
|
|
|
|
plausible-*.tar
|
|
|
|
|
|
|
|
# If NPM crashes, it generates a log, let's ignore it too.
|
|
|
|
npm-debug.log
|
|
|
|
|
2020-11-10 14:49:50 +03:00
|
|
|
# If running Clickhouse through the Makefile, its data is written here
|
|
|
|
/.clickhouse_db_vol/
|
|
|
|
|
2019-09-02 14:29:19 +03:00
|
|
|
# The directory NPM downloads your dependencies sources to.
|
|
|
|
/assets/node_modules/
|
2020-05-29 09:51:16 +03:00
|
|
|
/tracker/node_modules/
|
2019-09-02 14:29:19 +03:00
|
|
|
|
|
|
|
# Since we are building assets from assets/,
|
|
|
|
# we ignore priv/static. You may want to comment
|
|
|
|
# this depending on your deployment strategy.
|
|
|
|
/priv/static/
|
2022-05-27 11:19:37 +03:00
|
|
|
/priv/version.json
|
2019-09-02 14:29:19 +03:00
|
|
|
|
|
|
|
# Files matching config/*.secret.exs pattern contain sensitive
|
|
|
|
# data and you should not commit them into version control.
|
|
|
|
#
|
|
|
|
# Alternatively, you may comment the line below and commit the
|
|
|
|
# secrets files as long as you replace their contents by environment
|
|
|
|
# variables.
|
|
|
|
/config/*.secret.exs
|
2020-05-21 12:36:03 +03:00
|
|
|
|
|
|
|
# Ignore Elixir Language Server files
|
|
|
|
.elixir_ls
|
2020-06-02 13:37:38 +03:00
|
|
|
plausible-report.xml
|
2020-07-21 09:58:00 +03:00
|
|
|
|
|
|
|
.idea
|
|
|
|
*.iml
|
|
|
|
*.log
|
2021-01-07 16:16:04 +03:00
|
|
|
*.code-workspace
|
|
|
|
|
|
|
|
# Dializer
|
|
|
|
/priv/plts/*.plt
|
2021-04-12 12:21:07 +03:00
|
|
|
/priv/plts/*.plt.hash
|
2022-07-11 15:00:04 +03:00
|
|
|
|
|
|
|
.env
|
2022-07-28 15:59:39 +03:00
|
|
|
|
|
|
|
# Geolocation databases
|
|
|
|
/priv/geodb/*.mmdb
|