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