Merge branch 'libmagic' into 'develop'
[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 /config/*.env
31
32
33 # Database setup file, some may forget to delete it
34 /config/setup_db.psql
35
36 .DS_Store
37 .env
38
39 # Editor config
40 /.vscode/
41
42 # Prevent committing docs files
43 /priv/static/doc/*
44 docs/generated_config.md
45
46 # Code test coverage
47 /cover
48 /Elixir.*.coverdata
49
50 .idea
51 pleroma.iml
52
53 # asdf
54 .tool-versions