X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=.gitignore;h=599b52b9e0b8f2084a889bb9aca56ca0dec76e01;hb=c5830ac037c0c344bd22b674c41f4dc244a088aa;hp=d26faf840dda41039fdf3b0943d106a7b97c7ae3;hpb=a93f3421a704d6728a856d5d82cdbf9c43f3f897;p=akkoma diff --git a/.gitignore b/.gitignore index d26faf840..599b52b9e 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,18 @@ /db /deps /*.ez +/test/uploads +/.elixir_ls +/test/fixtures/DSCN0010_tmp.jpg +/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 @@ -14,3 +26,27 @@ 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 + +# asdf +.tool-versions