Merge develop
[akkoma] / .gitignore
1 # App artifacts
2 /_build
3 /db
4 /deps
5 /*.ez
6 /test/uploads
7 /.elixir_ls
8 /test/fixtures/test_tmp.txt
9 /test/fixtures/image_tmp.jpg
10 /test/tmp/
11 /doc
12 /instance
13
14 # Prevent committing custom emojis
15 /priv/static/emoji/custom/*
16
17 # Generated on crash by the VM
18 erl_crash.dump
19
20 # Files matching config/*.secret.exs pattern contain sensitive
21 # data and you should not commit them into version control.
22 #
23 # Alternatively, you may comment the line below and commit the
24 # secrets files as long as you replace their contents by environment
25 # variables.
26 /config/*.secret.exs
27 /config/generated_config.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/
37
38 # Prevent committing docs files
39 /priv/static/doc/*
40
41 /cover