Shumiland/.gitignore
Vadym Samoilenko 3226789bd1
Some checks are pending
CI / Type Check (push) Waiting to run
CI / Lint (push) Waiting to run
CI / Unit Tests (push) Waiting to run
Deploy / Build & Push Image (push) Waiting to run
Deploy / Deploy to VPS (push) Blocked by required conditions
feat: refactor frontend components and add PageHero
Refactored slider components (Gallery, Locations), Hero section with data-driven approach, WhyParents layout, and frontend page layouts. Added PageHero reusable component and ignored debug screenshots/playwright runtime in .gitignore.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-10 18:41:46 +01:00

61 lines
681 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/payload-types.ts
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)
*.png
*.jpg
*.jpeg