feat(app): add file uploads

This commit is contained in:
ItzCrazyKns 2024-11-23 15:04:19 +05:30
parent c650d1c3d9
commit 4b89008f3a
25 changed files with 1035 additions and 86 deletions

View file

@ -35,4 +35,7 @@ coverage
*.swp
# Ignore all files with the .DS_Store extension (macOS specific)
.DS_Store
.DS_Store
# Ignore all files in uploads directory
uploads