X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=.gitignore;h=3b0c7d3614100edebfe6b28a607599e70d58daab;hb=4bab9672ed3d2dd4c1c62b2e233e79b671526515;hp=5211b4c93fd44274e9e8362fccbd8d69d00696ad;hpb=e1525edbe8eefe2bee3b3aa88e7fa3bd03371aa1;p=akkoma diff --git a/.gitignore b/.gitignore index 5211b4c93..3b0c7d361 100644 --- a/.gitignore +++ b/.gitignore @@ -3,8 +3,17 @@ /db /deps /*.ez -/uploads /test/uploads +/.elixir_ls +/test/fixtures/test_tmp.txt +/test/fixtures/image_tmp.jpg +/test/tmp/ +/doc +/instance +/priv/ssh_keys + +# Prevent committing custom emojis +/priv/static/emoji/custom/* # Generated on crash by the VM erl_crash.dump @@ -16,3 +25,25 @@ erl_crash.dump # secrets files as long as you replace their contents by environment # variables. /config/*.secret.exs +/config/generated_config.exs + +# Database setup file, some may forget to delete it +/config/setup_db.psql + +.DS_Store +.env + +# Editor config +/.vscode/ + +# Prevent committing docs files +/priv/static/doc/* +docs/generated_config.md + +# Code test coverage +/cover +/Elixir.*.coverdata + +.idea +pleroma.iml +