Embed announce activity data instead of linking to it
[akkoma] / .gitignore
1 # App artifacts
2 /_build
3 /db
4 /deps
5 /*.ez
6 /uploads
7 /test/uploads
8
9 # Prevent committing custom emojis
10 /priv/static/emoji/custom/*
11
12 # Generated on crash by the VM
13 erl_crash.dump
14
15 # Files matching config/*.secret.exs pattern contain sensitive
16 # data and you should not commit them into version control.
17 #
18 # Alternatively, you may comment the line below and commit the
19 # secrets files as long as you replace their contents by environment
20 # variables.
21 /config/*.secret.exs
22
23 # Database setup file, some may forget to delete it
24 /config/setup_db.psql