Files
hub/.gitignore
T
Puechberty Arthur 13c171e466 feat: add multiple project info pages with metadata and structured data
- Created new project pages for LazyBot, Learn, Linktree, Moon Phases, FocusPomodoro, Portfolio, QCU Physique-Chimie, QRCode, ReduceLink, Sudoku, and Visio.
- Each page includes detailed descriptions, features, use cases, tech stack, FAQs, and images.
- Implemented JSON-LD structured data for SEO optimization.
- Added a sitemap generation for better indexing of project pages.
- Introduced a reusable JsonLd component for structured data rendering.
- Configured Tailwind CSS for styling across the application.
2026-03-30 19:35:58 +02:00

45 lines
554 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*
# local editor settings (can contain private deployment config)
.vscode/
# env files (can opt-in for committing if needed)
.env*
# vercel
.vercel
# typescript
*.tsbuildinfo
next-env.d.ts