pleroma/.gitignore

52 lines
882 B
Plaintext
Raw Normal View History

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
/test/tmp/
2018-11-23 17:40:45 +01:00
/doc
/instance
2019-03-31 18:14:51 +02:00
/priv/ssh_keys
2017-03-17 17:09:58 +01: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
# 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
/.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
# Code test coverage
/cover
/Elixir.*.coverdata
.idea
pleroma.iml
# asdf
.tool-versions