X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=.gitignore;h=06107eaf1e259212aa1efeff5e34ae4a30814ed5;hb=0f0cc2703b7ffb99c58e72782925ea4dd61db41d;hp=3fbf17ba811a19b805ff714d78a9aee6a26559fb;hpb=634c0c52a1281e1576d028c74ee77fd05abe09de;p=akkoma diff --git a/.gitignore b/.gitignore index 3fbf17ba8..06107eaf1 100644 --- a/.gitignore +++ b/.gitignore @@ -3,9 +3,13 @@ /db /deps /*.ez -/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 +24,18 @@ 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/ + +# Prevent committing docs files +/priv/static/doc/* + +/cover