mirror of
https://github.com/complexcaresolutions/frontend.porwoll.de.git
synced 2026-03-17 16:23:41 +00:00
- Next.js 16 + Tailwind CSS 4 project setup - Add @c2s/payload-contracts for shared API client (tenant: porwoll, ID: 1) - Create src/lib/cms.ts and src/lib/api.ts with CMS integration - Create block renderer with 15 placeholder blocks - Create dynamic [slug] page routing with CMS pages - Layout with CMS site settings integration - transpilePackages configured for TypeScript source imports Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
41 lines
480 B
Text
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
|