Push.Impl: support edits
[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 .cache/
21 .hex/
22 .mix/
23 .psql_history
24 docker-resources/Dockerfile
25 docker-resources/Caddyfile
26 pgdata
27
28 # Prevent committing custom emojis
29 /priv/static/emoji/custom/*
30
31 # Generated on crash by the VM
32 erl_crash.dump
33
34 # Files matching config/*.secret.exs pattern contain sensitive
35 # data and you should not commit them into version control.
36 #
37 # Alternatively, you may comment the line below and commit the
38 # secrets files as long as you replace their contents by environment
39 # variables.
40 /config/*.secret.exs
41 /config/generated_config.exs
42 /config/runtime.exs
43 /config/*.env
44
45
46 # Database setup file, some may forget to delete it
47 /config/setup_db*.psql
48
49 .DS_Store
50 .env
51
52 # Editor config
53 /.vscode/
54
55 # Prevent committing docs files
56 /priv/static/doc/*
57 docs/generated_config.md
58
59 # Code test coverage
60 /cover
61 /Elixir.*.coverdata
62
63 .idea
64 pleroma.iml
65
66 # asdf
67 .tool-versions
68
69 # Editor temp files
70 /*~
71 /*#
72
73 # Generated documentation
74 docs/site
75
76 # docker stuff
77 docker-db