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