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