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