docs: establish approved Phase 1 design + Phase 2 spec as project foundation
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
+37
@@ -0,0 +1,37 @@
|
||||
# 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/
|
||||
|
||||
# Mission prompt scratch files (kept locally, not part of the product)
|
||||
step1.txt
|
||||
step2.txt
|
||||
step3.txt
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
npm-debug.log*
|
||||
Reference in New Issue
Block a user