ignore generated docs
[akkoma] / .gitignore
1 # App artifacts
2 docs/site
3 *.sw*
4 secret
5 /_build
6 /db
7 /deps
8 /*.ez
9 /test/instance
10 /test/uploads
11 /.elixir_ls
12 /test/fixtures/DSCN0010_tmp.jpg
13 /test/fixtures/test_tmp.txt
14 /test/fixtures/image_tmp.jpg
15 /test/tmp/
16 /doc
17 /instance
18 /priv/ssh_keys
19 vm.args
20
21 # Prevent committing custom emojis
22 /priv/static/emoji/custom/*
23
24 # Generated on crash by the VM
25 erl_crash.dump
26
27 # Files matching config/*.secret.exs pattern contain sensitive
28 # data and you should not commit them into version control.
29 #
30 # Alternatively, you may comment the line below and commit the
31 # secrets files as long as you replace their contents by environment
32 # variables.
33 /config/*.secret.exs
34 /config/generated_config.exs
35 /config/runtime.exs
36 /config/*.env
37
38
39 # Database setup file, some may forget to delete it
40 /config/setup_db*.psql
41
42 .DS_Store
43 .env
44
45 # Editor config
46 /.vscode/
47
48 # Prevent committing docs files
49 /priv/static/doc/*
50 docs/generated_config.md
51
52 # Code test coverage
53 /cover
54 /Elixir.*.coverdata
55
56 .idea
57 pleroma.iml
58
59 # asdf
60 .tool-versions
61
62 # Editor temp files
63 /*~
64 /*#