Files
storfwirt-reutte-2026-02-23-v1/website/.gitignore
1elle1 c36bc49cdd feat: add restaurant and about us pages with animated sections
- Implemented RestaurantPage with features, atmosphere, gallery, and contact CTA.
- Created UeberUnsPage detailing the history, values, and team of Storfwirt.
- Added AnimatedSection component for smooth animations on scroll.
- Introduced ContactCTA component for event inquiries.
- Developed ContactForm component for user inquiries with validation.
- Created Footer and Header components for site navigation and branding.
- Added PlaceholderImage and Section components for consistent layout.
- Configured TypeScript settings in tsconfig.json for improved development experience.
2026-02-23 17:29:53 +01:00

42 lines
480 B
Plaintext

# 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