X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=.gitignore;h=599b52b9e0b8f2084a889bb9aca56ca0dec76e01;hb=67c79394e81cf9f5404afad29a397acf32dece33;hp=e8052d817a1045468fa635688a1a85256f42799b;hpb=3fc4ea45df240c84135727a239d6bf20fd016a3f;p=akkoma diff --git a/.gitignore b/.gitignore index e8052d817..599b52b9e 100644 --- a/.gitignore +++ b/.gitignore @@ -3,9 +3,9 @@ /db /deps /*.ez -/uploads /test/uploads /.elixir_ls +/test/fixtures/DSCN0010_tmp.jpg /test/fixtures/test_tmp.txt /test/fixtures/image_tmp.jpg /test/tmp/ @@ -36,3 +36,17 @@ erl_crash.dump # 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