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