Files
gamegroup2/.gitignore
T
congsh f79bdac889 build: track frontend package-lock.json for reproducible Docker builds
- Remove package-lock.json from .gitignore so npm ci can use it
- Commit updated lock file including vant dependency

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-18 13:58:04 +08:00

51 lines
547 B
Plaintext

# Dependencies
node_modules/
# Build outputs
dist/
build/
# Environment variables
.env
.env.local
.env.*.local
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# PocketBase
backend/pb_data/
backend/pb_migrations.bak/
# Temporary files
*.tmp
.cache/
# Test screenshots and Playwright data
*.png
.playwright-mcp/
# PocketBase UAT data
backend/pb_data_uat/
# Electron update build artifacts
electron-update/
# Docs plans (working drafts)
docs/plans/