chore: project configuration (Next.js, Tailwind, TypeScript)

This commit is contained in:
2026-02-22 20:00:21 +01:00
parent 4a3b69babc
commit 8f9674730d
7 changed files with 1870 additions and 0 deletions

32
.gitignore vendored Normal file
View File

@@ -0,0 +1,32 @@
# Dependencies
node_modules/
.pnp/
.pnp.js
# Next.js
.next/
out/
# Production
build/
dist/
# Misc
.DS_Store
*.pem
Thumbs.db
# Debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Local env
.env*.local
# Vercel
.vercel
# TypeScript
*.tsbuildinfo
next-env.d.ts