mirror of
https://akkoma.dev/AkkomaGang/akkoma
synced 2025-12-28 00:14:30 +00:00
fix issues with the uploads directory
This commit is contained in:
parent
f2a4156d49
commit
31852f906e
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,7 +3,6 @@
|
||||
/db
|
||||
/deps
|
||||
/*.ez
|
||||
/uploads
|
||||
/test/uploads
|
||||
/.elixir_ls
|
||||
/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 New Issue
Block a user