doc fixes
[akkoma] / .gitignore
1 # App artifacts
2 /_build
3 /db
4 /deps
5 /*.ez
6 /uploads
7 /test/uploads
8
9 # Generated on crash by the VM
10 erl_crash.dump
11
12 # Files matching config/*.secret.exs pattern contain sensitive
13 # data and you should not commit them into version control.
14 #
15 # Alternatively, you may comment the line below and commit the
16 # secrets files as long as you replace their contents by environment
17 # variables.
18 /config/*.secret.exs