X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;ds=sidebyside;f=.gitignore;h=2fce38981d3f28c03bca071b7692c986a9a19b36;hb=5f4fc0c373e89f200271ffc520fadb2784c5f980;hp=9aad700ee1bd06ca1060ed226dec97aea7bd48db;hpb=3f42806b1b8f0a2c27dda4821ab61c92b9a4652f;p=akkoma diff --git a/.gitignore b/.gitignore index 9aad700ee..2fce38981 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,17 @@ # App artifacts +secret /_build /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/* @@ -20,6 +26,7 @@ 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 @@ -28,4 +35,16 @@ erl_crash.dump .env # Editor config -/.vscode \ No newline at end of file +/.vscode/ + +# Prevent committing docs files +/priv/static/doc/* +docs/generated_config.md + +# Code test coverage +/cover +/Elixir.*.coverdata + +.idea +pleroma.iml +