akkoma/.gitignore

68 lines
1.0 KiB
Plaintext
Raw Normal View History

2017-03-17 16:09:58 +00:00
# App artifacts
2022-07-15 12:30:10 +00:00
docs/site
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
/test/fixtures/DSCN0010_tmp.jpg
2018-11-23 16:40:45 +00:00
/test/fixtures/test_tmp.txt
/test/fixtures/image_tmp.jpg
/test/tmp/
2018-11-23 16:40:45 +00:00
/doc
/instance
2019-03-31 16:14:51 +00:00
/priv/ssh_keys
2021-12-06 10:23:02 +00:00
vm.args
2017-03-17 16:09:58 +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
# Database setup file, some may forget to delete it
/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
/.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
# Code test coverage
/cover
/Elixir.*.coverdata
.idea
pleroma.iml
# asdf
.tool-versions
2021-02-24 18:11:50 +00:00
# Editor temp files
/*~
2021-05-16 18:22:07 +00:00
/*#
# Generated documentation
docs/site