akkoma/.gitignore

81 lines
1.2 KiB
Text
Raw Normal View History

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