Merge branch 'develop' of https://git.pleroma.social/pleroma/pleroma into develop
[akkoma] / .gitignore
1 # App artifacts
2 secret
3 /_build
4 /db
5 /deps
6 /*.ez
7 /test/uploads
8 /.elixir_ls
9 /test/fixtures/DSCN0010_tmp.jpg
10 /test/fixtures/test_tmp.txt
11 /test/fixtures/image_tmp.jpg
12 /test/tmp/
13 /doc
14 /instance
15 /priv/ssh_keys
16
17 # Prevent committing custom emojis
18 /priv/static/emoji/custom/*
19
20 # Generated on crash by the VM
21 erl_crash.dump
22
23 # Files matching config/*.secret.exs pattern contain sensitive
24 # data and you should not commit them into version control.
25 #
26 # Alternatively, you may comment the line below and commit the
27 # secrets files as long as you replace their contents by environment
28 # variables.
29 /config/*.secret.exs
30 /config/generated_config.exs
31
32 # Database setup file, some may forget to delete it
33 /config/setup_db.psql
34
35 .DS_Store
36 .env
37
38 # Editor config
39 /.vscode/
40
41 # Prevent committing docs files
42 /priv/static/doc/*
43 docs/generated_config.md
44
45 # Code test coverage
46 /cover
47 /Elixir.*.coverdata
48
49 .idea
50 pleroma.iml
51
52 # asdf
53 .tool-versions