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