chore: init from v0

This commit is contained in:
Julien Froidefond
2025-11-27 09:51:18 +01:00
commit e9e44916fd
109 changed files with 15966 additions and 0 deletions

53
.gitignore vendored Normal file
View File

@@ -0,0 +1,53 @@
# Dependencies
node_modules
.pnpm-store
# Next.js
.next
out
build
dist
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# Prisma
/lib/generated/prisma
prisma/*.db
prisma/*.db-journal
# Debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
# IDE
.idea
.vscode
*.swp
*.swo
.DS_Store
# Cursor
.cursor
# Testing
coverage
.nyc_output
# TypeScript
*.tsbuildinfo
next-env.d.ts
# Vercel
.vercel
# Misc
*.log
*.local
Thumbs.db