40 lines
489 B
Plaintext
40 lines
489 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
.pnpm-store/
|
|
|
|
# Build output
|
|
site/dist/
|
|
site/.astro/
|
|
**/bin/
|
|
**/obj/
|
|
|
|
# Test artifacts
|
|
tests/test-results/
|
|
tests/playwright-report/
|
|
tests/.cache/
|
|
coverage/
|
|
|
|
# Env & secrets
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
*.pfx
|
|
relay/appsettings.*.local.json
|
|
|
|
# OS / editor
|
|
.DS_Store
|
|
Thumbs.db
|
|
.vscode/
|
|
.idea/
|
|
.claude/settings.local.json
|
|
.design-sync/
|
|
|
|
# Mission prompt scratch files (kept locally, not part of the product)
|
|
step1.txt
|
|
step2.txt
|
|
step3.txt
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|