42 lines
480 B
Plaintext
42 lines
480 B
Plaintext
# Build outputs
|
|
**/bin/
|
|
**/obj/
|
|
**/dist/
|
|
**/node_modules/
|
|
|
|
# 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/
|
|
|
|
# Claude local config (per-developer, not repo-shared)
|
|
.claude/
|