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