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