fix issues with the uploads directory

This commit is contained in:
xse 2019-04-28 06:43:00 +02:00
parent f2a4156d49
commit 31852f906e
2 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View File

@ -3,7 +3,6 @@
/db /db
/deps /deps
/*.ez /*.ez
/uploads
/test/uploads /test/uploads
/.elixir_ls /.elixir_ls
/test/fixtures/test_tmp.txt /test/fixtures/test_tmp.txt

3
uploads/.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
# Git will ignore everything in this directory except this file.
*
!.gitignore