Merge branch 'develop' into stable
[akkoma] / .gitignore
1 # App artifacts
2 docs/site
3 *.zip
4 *.sw*
5 secret
6 /_build
7 /db
8 /deps
9 /*.ez
10 /test/instance
11 /test/uploads
12 /.elixir_ls
13 /test/fixtures/DSCN0010_tmp.jpg
14 /test/fixtures/test_tmp.txt
15 /test/fixtures/image_tmp.jpg
16 /test/tmp/
17 /doc
18 /instance
19 /priv/ssh_keys
20 vm.args
21 .cache/
22 .hex/
23 .mix/
24 .psql_history
25 docker-resources/Dockerfile
26 docker-resources/Caddyfile
27 pgdata
28
29 # Prevent committing custom emojis
30 /priv/static/emoji/custom/*
31
32 # Generated on crash by the VM
33 erl_crash.dump
34
35 # Files matching config/*.secret.exs pattern contain sensitive
36 # data and you should not commit them into version control.
37 #
38 # Alternatively, you may comment the line below and commit the
39 # secrets files as long as you replace their contents by environment
40 # variables.
41 /config/*.secret.exs
42 /config/generated_config.exs
43 /config/runtime.exs
44 /config/*.env
45
46
47 # Database setup file, some may forget to delete it
48 /config/setup_db*.psql
49
50 .DS_Store
51 .env
52
53 # Editor config
54 /.vscode/
55
56 # Prevent committing docs files
57 /priv/static/doc/*
58 docs/generated_config.md
59
60 # Code test coverage
61 /cover
62 /Elixir.*.coverdata
63
64 .idea
65 pleroma.iml
66
67 # asdf
68 .tool-versions
69
70 # Editor temp files
71 /*~
72 /*#
73
74 # Generated documentation
75 docs/site
76 docs/venv
77
78 # docker stuff
79 docker-db
80 *.iml