eda348deea
- fix: CeoBlock padding 40px 48px → 40px 0 (v1.2) - fix: BlockMetaBar.saveFullVersion() used defaultVersion instead of meta.version, causing version rollback in DB on snapshot save - docs: mark Sprint 5 and 5.5 as completed in SPRINTS.md - docs: update LLM_CONTEXT v4.5 — all 8 blocks documented, Sprint 6 current - chore: Sidebar version → Sprint 6 · v0.6.0 - chore: add .vercel to .gitignore Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
33 lines
278 B
Plaintext
33 lines
278 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
.pnpm-store/
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Build output
|
|
.next/
|
|
dist/
|
|
build/
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/settings.json
|
|
|
|
# Prisma
|
|
prisma/migrations/*.sql.bak
|
|
|
|
# Claude
|
|
.claude/
|
|
.vercel
|