diff options
author | xse <xse@riseup.net> | 2019-04-28 06:43:00 +0200 |
---|---|---|
committer | xse <xse@riseup.net> | 2019-04-28 06:43:00 +0200 |
commit | 31852f906e6a16c3e9ab2343f8f9634893a80801 (patch) | |
tree | 2df022c3b8383892b644ad981346991fb2ff3ba9 /.gitignore | |
parent | f2a4156d4969dee37c88e0d540eff04176673af7 (diff) | |
download | pleroma-31852f906e6a16c3e9ab2343f8f9634893a80801.tar.gz pleroma-31852f906e6a16c3e9ab2343f8f9634893a80801.zip |
fix issues with the uploads directory
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
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 |