- DinoPageContent: wheel shows exactly 5 dinos in the bottom bowl (fixed 30° slot, decoupled from CMS dino count; far nodes parked off-screen) - non-active dinos darkened to silhouettes, active stays full color - hero banner swapped to blue T-Rex, height 1096px, 12px gap below header - optimize heavy CMS images (61MB -> 9MB) and commit media + public assets so git holds everything needed for deploy Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
64 lines
759 B
Text
64 lines
759 B
Text
# Claude Code / Ruflo (AI tooling — not part of the project)
|
|
.claude/
|
|
.claude-flow/
|
|
.mcp.json
|
|
CLAUDE.md
|
|
.swarm/
|
|
ruvector.db
|
|
|
|
|
|
# Database files
|
|
*.db
|
|
*.db-shm
|
|
*.db-wal
|
|
|
|
# Node
|
|
node_modules/
|
|
dist/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Next.js
|
|
.next/
|
|
out/
|
|
|
|
# Payload generated
|
|
src/generated-schema.graphql
|
|
|
|
# Build
|
|
build/
|
|
|
|
# Coverage
|
|
coverage/
|
|
|
|
# Migrations (auto-generated, committed separately)
|
|
# migrations/*.ts
|
|
|
|
# pnpm
|
|
.pnpm-store/
|
|
|
|
# TypeScript
|
|
tsconfig.tsbuildinfo
|
|
|
|
# Playwright test output
|
|
test-results/
|
|
playwright-report/
|
|
|
|
# AI tooling runtime files
|
|
agentdb.rvf
|
|
agentdb.rvf.lock
|
|
.playwright-mcp/
|
|
|
|
# Debug screenshots (root-level only)
|
|
/*.png
|
|
/*.jpg
|
|
/*.jpeg
|
|
.superpowers/
|
|
|
|
# local pre-optimization image backups (not for deploy)
|
|
media/.orig-backup/
|