forked from AkkomaGang/akkoma
Merge branch 'fix/uploads-folder-issues' into 'develop'
fix issues with the uploads directory See merge request pleroma/pleroma!1101
This commit is contained in:
commit
8e266e02da
2 changed files with 3 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -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
3
uploads/.gitignore
vendored
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
# Git will ignore everything in this directory except this file.
|
||||||
|
*
|
||||||
|
!.gitignore
|
Loading…
Reference in a new issue