Handle new-style mastodon follow lists
[akkoma] / .gitignore
1 # App artifacts
2 /_build
3 /db
4 /deps
5 /*.ez
6 /uploads
7 /test/uploads
8 /.elixir_ls
9 /test/fixtures/test_tmp.txt
10 /test/fixtures/image_tmp.jpg
11 /test/tmp/
12 /doc
13 /instance
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/*