2017-03-17 17:09:58 +01:00
|
|
|
# App artifacts
|
|
|
|
/_build
|
|
|
|
/db
|
|
|
|
/deps
|
|
|
|
/*.ez
|
2017-03-30 14:34:34 +02:00
|
|
|
/test/uploads
|
2018-04-24 21:18:23 +02:00
|
|
|
/.elixir_ls
|
2018-11-23 17:40:45 +01:00
|
|
|
/test/fixtures/test_tmp.txt
|
|
|
|
/test/fixtures/image_tmp.jpg
|
2018-12-17 22:50:59 +01:00
|
|
|
/test/tmp/
|
2018-11-23 17:40:45 +01:00
|
|
|
/doc
|
2018-12-17 22:50:59 +01:00
|
|
|
/instance
|
2019-03-31 18:14:51 +02:00
|
|
|
/priv/ssh_keys
|
2017-03-17 17:09:58 +01:00
|
|
|
|
2018-04-19 12:42:22 +02:00
|
|
|
# Prevent committing custom emojis
|
|
|
|
/priv/static/emoji/custom/*
|
|
|
|
|
2017-03-17 17:09:58 +01: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 08:03:54 +01:00
|
|
|
/config/generated_config.exs
|
2018-04-19 12:42:22 +02:00
|
|
|
|
|
|
|
# Database setup file, some may forget to delete it
|
|
|
|
/config/setup_db.psql
|
2018-04-24 21:18:23 +02:00
|
|
|
|
|
|
|
.DS_Store
|
2018-06-07 06:26:44 +02:00
|
|
|
.env
|
|
|
|
|
|
|
|
# Editor config
|
2018-12-17 22:50:59 +01:00
|
|
|
/.vscode/
|
2019-04-01 13:28:19 +02:00
|
|
|
|
|
|
|
# Prevent committing docs files
|
|
|
|
/priv/static/doc/*
|
2019-09-13 18:13:04 +02:00
|
|
|
docs/generated_config.md
|
2019-05-09 17:53:43 +02:00
|
|
|
|
|
|
|
# Code test coverage
|
|
|
|
/cover
|
|
|
|
/Elixir.*.coverdata
|
2019-09-16 12:03:37 +02:00
|
|
|
|
|
|
|
.idea
|
|
|
|
pleroma.iml
|
|
|
|
|