X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=.gitignore;h=774893b35f2a9a432738a33614fe17b4d001f6fb;hb=e8c2f9a73a37636a9a8ed5c2998617b841f482da;hp=9aad700ee1bd06ca1060ed226dec97aea7bd48db;hpb=595ca3bb3a80eb3908a96b13c8b446296219a9c7;p=akkoma diff --git a/.gitignore b/.gitignore index 9aad700ee..774893b35 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,6 +25,7 @@ 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 @@ -28,4 +34,7 @@ erl_crash.dump .env # Editor config -/.vscode \ No newline at end of file +/.vscode/ + +# Prevent committing docs files +/priv/static/doc/*