Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into validate-user-info
[akkoma] / .gitignore
1 # App artifacts
2 /_build
3 /db
4 /deps
5 /*.ez
6 /uploads
7 /test/uploads
8 /.elixir_ls
9 /test/fixtures/test_tmp.txt
10 /test/fixtures/image_tmp.jpg
11 /doc
12
13 # Prevent committing custom emojis
14 /priv/static/emoji/custom/*
15
16 # Generated on crash by the VM
17 erl_crash.dump
18
19 # Files matching config/*.secret.exs pattern contain sensitive
20 # data and you should not commit them into version control.
21 #
22 # Alternatively, you may comment the line below and commit the
23 # secrets files as long as you replace their contents by environment
24 # variables.
25 /config/*.secret.exs
26
27 # Database setup file, some may forget to delete it
28 /config/setup_db.psql
29
30 .DS_Store
31 .env
32
33 # Editor config
34 /.vscode