frontend.zweitmeinu.ng/.gitignore
CCS Admin 69eb87edae feat: complete zweitmeinu.ng frontend implementation
Full medical second opinion website with:
- 10 routes: home, fachbereiche (overview + 6 detail), faq, so-funktionierts,
  motivation, ueber-uns, kontakt, impressum, datenschutz
- Premium medical design: navy/blue/gold color system, Roboto Condensed
- Layout: TopBar, sticky Header with mega-menu, EmergencyBanner, Footer
- Service detail pages with benefits, checklist, stats, CTA
- FAQ page with search, category filter, accordion, Schema.org structured data
- Contact form with validation and Payload CMS form submission
- @c2s/payload-contracts integration for type-safe API access
- Tailwind CSS v4 design system with custom animations
- PM2 ecosystem config on port 3002

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-21 00:28:52 +00:00

41 lines
480 B
Text

# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.pnp
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/versions
# testing
/coverage
# next.js
/.next/
/out/
# production
/build
# misc
.DS_Store
*.pem
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
# env files (can opt-in for committing if needed)
.env*
# vercel
.vercel
# typescript
*.tsbuildinfo
next-env.d.ts