49 lines
642 B
Plaintext
49 lines
642 B
Plaintext
# Build outputs
|
|
**/bin/
|
|
**/obj/
|
|
**/dist/
|
|
**/node_modules/
|
|
**/playwright-report/
|
|
**/test-results/
|
|
|
|
# Environment
|
|
.env
|
|
!.env.template
|
|
|
|
# IDE
|
|
.idea/
|
|
.vs/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Docker
|
|
docker-compose.override.yml
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Temporary
|
|
*.tmp
|
|
*.bak
|
|
|
|
# Crash artefacts / Core dumps
|
|
**/core
|
|
**/core.*
|
|
|
|
# pnpm / corepack local caches (lockfile IS committed for reproducible CI builds)
|
|
frontend/.pnpm-home/
|
|
frontend/.corepack-home/
|
|
.pnpm-store/
|
|
.tools/
|
|
|
|
# Standalone OpenAI Sites prototype; it has its own remote and history.
|
|
sites/nexus-mission-control/
|
|
|
|
# Claude local config (per-developer, not repo-shared)
|
|
.claude/
|