X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=.gitignore;h=04c61ede784db368780dcaced5f043ad7d1b0cc4;hb=1ce1b7b58dc0e009635c9dd6e2571df56c04f356;hp=3fbf17ba811a19b805ff714d78a9aee6a26559fb;hpb=d4a54a90c9ae39947c71876d4d2988a05a02d7a1;p=akkoma diff --git a/.gitignore b/.gitignore index 3fbf17ba8..04c61ede7 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/* @@ -20,9 +25,13 @@ 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 .DS_Store -.env \ No newline at end of file +.env + +# Editor config +/.vscode/