X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=.gitignore;h=2fce38981d3f28c03bca071b7692c986a9a19b36;hb=646016c403f6ed10f00f9c67b477a231f71aa706;hp=3fbf17ba811a19b805ff714d78a9aee6a26559fb;hpb=a7a40bb8f1eaf30f0f0d581089ff3ef45de4087c;p=akkoma diff --git a/.gitignore b/.gitignore index 3fbf17ba8..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,9 +26,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 \ No newline at end of file +.env + +# Editor config +/.vscode/ + +# Prevent committing docs files +/priv/static/doc/* +docs/generated_config.md + +# Code test coverage +/cover +/Elixir.*.coverdata + +.idea +pleroma.iml +