X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=.gitignore;h=9591f997639479396f5c5e458e561cdc15b841a2;hb=f01f995816d86999d5cbf261605887b3a3b313ac;hp=2ed4c7c8290493bb185865d156989fa61291aea4;hpb=b4292295d7fe629c6a29f221cab1deae1ec3008c;p=akkoma diff --git a/.gitignore b/.gitignore index 2ed4c7c82..9591f9976 100644 --- a/.gitignore +++ b/.gitignore @@ -3,9 +3,14 @@ /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 +25,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 @@ -27,5 +33,12 @@ erl_crash.dump .DS_Store .env -# Editor configs -/.vscode \ No newline at end of file +# Editor config +/.vscode/ + +# Prevent committing docs files +/priv/static/doc/* + +# Code test coverage +/cover +/Elixir.*.coverdata