277a484f60
- Add UAT PocketBase on port 8712 with separate pb_data_uat - Add UAT nginx config proxying to UAT PB (port 8712) - Update Dockerfile to support NGINX_CONF build arg - Add .gitignore for .playwright-mcp/ - Auto-generated team_sessions migration Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
39 lines
379 B
Plaintext
39 lines
379 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/.playwright-mcp/
|