From: xse Date: Sun, 28 Apr 2019 04:43:00 +0000 (+0200) Subject: fix issues with the uploads directory X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=31852f906e6a16c3e9ab2343f8f9634893a80801;p=akkoma fix issues with the uploads directory --- diff --git a/.gitignore b/.gitignore index 774893b35..a1e79e4be 100644 --- a/.gitignore +++ b/.gitignore @@ -3,7 +3,6 @@ /db /deps /*.ez -/uploads /test/uploads /.elixir_ls /test/fixtures/test_tmp.txt diff --git a/uploads/.gitignore b/uploads/.gitignore new file mode 100644 index 000000000..523e584a7 --- /dev/null +++ b/uploads/.gitignore @@ -0,0 +1,3 @@ +# Git will ignore everything in this directory except this file. +* +!.gitignore