Merge branch 'runtime-static-plug' into 'develop'
[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
29 # Database setup file, some may forget to delete it
30 /config/setup_db.psql
31
32 .DS_Store
33 .env
34
35 # Editor config
36 /.vscode/