X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=.gitignore;h=b71dfa9fa549368bfe489e140085248a967ebc89;hb=51dd294c486474d453dbbd508995505017597bc2;hp=3fbf17ba811a19b805ff714d78a9aee6a26559fb;hpb=d4a54a90c9ae39947c71876d4d2988a05a02d7a1;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