pleroma/.gitignore

62 lines
1008 B
Plaintext
Raw Permalink Normal View History

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