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