Files
Palmr/.gitignore
Daniel Luiz Alves 93e05dd913 feat: add system information endpoint and integrate S3 support
- Implemented a new endpoint to retrieve system information, including the active storage provider and S3 status.
- Updated the AppService to fetch system information and return relevant data.
- Integrated system information fetching in the FileUploadSection, GlobalDropZone, and UploadFileModal components to adjust upload behavior based on S3 availability.
- Enhanced chunked upload logic to conditionally use chunked uploads based on the storage provider.
2025-07-21 11:50:13 -03:00

36 lines
556 B
Plaintext

# WEB
apps/web/logs
apps/web/*.log
apps/web/npm-debug.log*
apps/web/yarn-debug.log*
apps/web/yarn-error.log*
apps/web/pnpm-debug.log*
apps/web/lerna-debug.log*
apps/web/node_modules
apps/web/dist
apps/web/dist-ssr
apps/web/*.local
apps/web/# Editor directories and files
apps/web/.vscode/*
apps/web/!.vscode/extensions.json
apps/web/.idea
apps/web/.DS_Store
apps/web/*.suo
apps/web/*.ntvs*
apps/web/*.njsproj
apps/web/*.sln
apps/web/*.sw?
#SERVER
apps/server/node_modules
apps/server/.env
apps/server/dist/*
#DEFAULT
.env
.steering
data/
node_modules/