Upload files to "/"

This commit is contained in:
2026-06-12 16:05:48 +00:00
parent 3045dbc8fb
commit fa71c60cfc

170
.gitignore vendored
View File

@@ -1,86 +1,86 @@
# Dependencies # Dependencies
node_modules/ node_modules/
.pnpm-store/ .pnpm-store/
.npm/ .npm/
.yarn/ .yarn/
.yarn/cache/ .yarn/cache/
.yarn/unplugged/ .yarn/unplugged/
.yarn/build-state.yml .yarn/build-state.yml
.yarn/install-state.gz .yarn/install-state.gz
# Logs # Logs
logs/ logs/
*.log *.log
npm-debug.log* npm-debug.log*
yarn-debug.log* yarn-debug.log*
yarn-error.log* yarn-error.log*
pnpm-debug.log* pnpm-debug.log*
# Env / secrets # Env / secrets
.env .env
.env.* .env.*
!.env.example !.env.example
!.env.production.example !.env.production.example
# Build output # Build output
dist/ dist/
build/ build/
out/ out/
.next/ .next/
.vite/ .vite/
coverage/ coverage/
storybook-static/ storybook-static/
# TypeScript # TypeScript
*.tsbuildinfo *.tsbuildinfo
# Runtime files # Runtime files
tmp/ tmp/
temp/ temp/
*.pid *.pid
*.seed *.seed
*.pid.lock *.pid.lock
# OS / editor # OS / editor
.DS_Store .DS_Store
Thumbs.db Thumbs.db
.vscode/ .vscode/
.idea/ .idea/
# Tauri # Tauri
src-tauri/target/ src-tauri/target/
src-tauri/gen/ src-tauri/gen/
# Capacitor / mobile # Capacitor / mobile
android/.gradle/ android/.gradle/
android/app/build/ android/app/build/
android/build/ android/build/
ios/DerivedData/ ios/DerivedData/
ios/App/build/ ios/App/build/
*.xcworkspace *.xcworkspace
*.xcuserstate *.xcuserstate
*.xcuserdata *.xcuserdata
# Prisma # Prisma
prisma/dev.db prisma/dev.db
prisma/dev.db-journal prisma/dev.db-journal
prisma/*.db prisma/*.db
prisma/*.db-journal prisma/*.db-journal
# Redis / local services / docker # Redis / local services / docker
docker-data/ docker-data/
postgres-data/ postgres-data/
redis-data/ redis-data/
minio-data/ minio-data/
# Testing / cache # Testing / cache
.cache/ .cache/
.eslintcache .eslintcache
jest-cache/ jest-cache/
playwright-report/ playwright-report/
test-results/ test-results/
# Misc # Misc
*.local *.local
.vercel .vercel
.turbo .turbo