0cde794c85
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
52 lines
565 B
Plaintext
52 lines
565 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
package-lock.json
|
|
|
|
# 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/
|