feat: bootstrap commercial AI drama platform

This commit is contained in:
xz
2026-08-24 10:24:34 +08:00
commit ffb27d845b
100 changed files with 35314 additions and 0 deletions
+42
View File
@@ -0,0 +1,42 @@
# Dependencies and build output
node_modules/
dist/
.vite/
# Local configuration and secrets
.env
.env.*
!.env.example
!deploy/.env.production.example
*.local
# Runtime state and generated media
data/
storage/
uploads/
backups/
*.sqlite
*.sqlite-shm
*.sqlite-wal
*.db
*.db-shm
*.db-wal
# Local QA artifacts
qa-*.png
qa-*.jpg
qa-*.jpeg
playwright-report/
test-results/
# OS/editor files
.DS_Store
.idea/
.vscode/
*.swp
*.swo
# Logs and temporary files
*.log
*.tmp
*.bak