2017-03-17 16:09:58 +00:00
|
|
|
# App artifacts
|
2022-07-15 12:30:10 +00:00
|
|
|
docs/site
|
2022-11-10 10:55:57 +00:00
|
|
|
*.zip
|
2021-12-06 10:18:16 +00:00
|
|
|
*.sw*
|
2019-09-10 20:09:47 +00:00
|
|
|
secret
|
2017-03-17 16:09:58 +00:00
|
|
|
/_build
|
|
|
|
/db
|
|
|
|
/deps
|
|
|
|
/*.ez
|
2020-12-23 20:09:22 +00:00
|
|
|
/test/instance
|
2017-03-30 12:34:34 +00:00
|
|
|
/test/uploads
|
2018-04-24 19:18:23 +00:00
|
|
|
/.elixir_ls
|
2020-07-10 21:46:26 +00:00
|
|
|
/test/fixtures/DSCN0010_tmp.jpg
|
2018-11-23 16:40:45 +00:00
|
|
|
/test/fixtures/test_tmp.txt
|
|
|
|
/test/fixtures/image_tmp.jpg
|
2018-12-17 21:50:59 +00:00
|
|
|
/test/tmp/
|
2018-11-23 16:40:45 +00:00
|
|
|
/doc
|
2018-12-17 21:50:59 +00:00
|
|
|
/instance
|
2019-03-31 16:14:51 +00:00
|
|
|
/priv/ssh_keys
|
2021-12-06 10:23:02 +00:00
|
|
|
vm.args
|
2022-10-16 19:25:54 +00:00
|
|
|
.cache/
|
|
|
|
.hex/
|
|
|
|
.mix/
|
|
|
|
.psql_history
|
|
|
|
docker-resources/Dockerfile
|
|
|
|
docker-resources/Caddyfile
|
|
|
|
pgdata
|
2017-03-17 16:09:58 +00:00
|
|
|
|
2018-04-19 10:42:22 +00:00
|
|
|
# Prevent committing custom emojis
|
|
|
|
/priv/static/emoji/custom/*
|
|
|
|
|
2017-03-17 16:09:58 +00:00
|
|
|
# Generated on crash by the VM
|
|
|
|
erl_crash.dump
|
|
|
|
|
|
|
|
# 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
|
2019-02-05 07:03:54 +00:00
|
|
|
/config/generated_config.exs
|
2021-05-16 18:22:07 +00:00
|
|
|
/config/runtime.exs
|
2020-07-14 04:31:21 +00:00
|
|
|
/config/*.env
|
|
|
|
|
2018-04-19 10:42:22 +00:00
|
|
|
|
|
|
|
# Database setup file, some may forget to delete it
|
2021-01-10 08:25:36 +00:00
|
|
|
/config/setup_db*.psql
|
2018-04-24 19:18:23 +00:00
|
|
|
|
|
|
|
.DS_Store
|
2018-06-07 04:26:44 +00:00
|
|
|
.env
|
|
|
|
|
|
|
|
# Editor config
|
2018-12-17 21:50:59 +00:00
|
|
|
/.vscode/
|
2019-04-01 11:28:19 +00:00
|
|
|
|
|
|
|
# Prevent committing docs files
|
|
|
|
/priv/static/doc/*
|
2019-09-13 16:13:04 +00:00
|
|
|
docs/generated_config.md
|
2019-05-09 15:53:43 +00:00
|
|
|
|
|
|
|
# Code test coverage
|
|
|
|
/cover
|
|
|
|
/Elixir.*.coverdata
|
2019-09-16 10:03:37 +00:00
|
|
|
|
|
|
|
.idea
|
|
|
|
pleroma.iml
|
|
|
|
|
2019-12-30 08:30:20 +00:00
|
|
|
# asdf
|
|
|
|
.tool-versions
|
2021-02-24 18:11:50 +00:00
|
|
|
|
|
|
|
# Editor temp files
|
|
|
|
/*~
|
2021-05-16 18:22:07 +00:00
|
|
|
/*#
|
2022-07-15 12:27:16 +00:00
|
|
|
|
|
|
|
# Generated documentation
|
|
|
|
docs/site
|
2023-01-26 08:09:02 +00:00
|
|
|
docs/venv
|
2022-10-16 19:25:54 +00:00
|
|
|
|
|
|
|
# docker stuff
|
|
|
|
docker-db
|
2022-12-16 03:32:51 +00:00
|
|
|
*.iml
|