X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=.gitignore;h=72fe2ce430dab93a386bd72e391b3ea79375caf3;hb=2de208817c04d9a48aaf0fdaf887dd0e10d15907;hp=3fbf17ba811a19b805ff714d78a9aee6a26559fb;hpb=a7a40bb8f1eaf30f0f0d581089ff3ef45de4087c;p=akkoma diff --git a/.gitignore b/.gitignore index 3fbf17ba8..72fe2ce43 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,11 @@ /uploads /test/uploads /.elixir_ls +/test/fixtures/test_tmp.txt +/test/fixtures/image_tmp.jpg +/test/tmp/ +/doc +/instance # Prevent committing custom emojis /priv/static/emoji/custom/* @@ -25,4 +30,7 @@ erl_crash.dump /config/setup_db.psql .DS_Store -.env \ No newline at end of file +.env + +# Editor config +/.vscode/