Merge branch 'add_some_information_about_setting_up_a_development_environment' into...
[akkoma] / .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/*.env
32
33
34 # Database setup file, some may forget to delete it
35 /config/setup_db*.psql
36
37 .DS_Store
38 .env
39
40 # Editor config
41 /.vscode/
42
43 # Prevent committing docs files
44 /priv/static/doc/*
45 docs/generated_config.md
46
47 # Code test coverage
48 /cover
49 /Elixir.*.coverdata
50
51 .idea
52 pleroma.iml
53
54 # asdf
55 .tool-versions