Files
warpbox-dev/.gitignore
Daniel Legt 5d77b36634 feat: support folder uploads and sanitize upload paths
- Implement `cleanUploadDisplayName` in the backend to safely sanitize uploaded file paths, preserving directory structures while stripping unsafe characters and preventing path traversal.
- Add folder upload capability in the frontend using the Directory Picker API.
- Implement desktop notifications for completed uploads.
2026-06-10 18:14:29 +03:00

20 lines
244 B
Plaintext

# Go
bin/
*.test
*.out
# Local runtime data
data/
backend/static/uploads/*
!backend/static/uploads/.gitkeep
# Environment overrides
.env
.env.*
!.env.example
.prod.env
scripts/env/dev.env
docker-compose.yml
.claude
docs/possible_new_features