workspace setup

This commit is contained in:
Kevin Menn
2026-04-16 03:16:09 +02:00
parent 5202ff47db
commit a01812bd60
15 changed files with 14554 additions and 11 deletions
+13 -7
View File
@@ -3,13 +3,12 @@ node_modules/
.pnp
.pnp.js
# Build
dist/
.output/
.nuxt/
.next/
build/
*.tsbuildinfo
# Build outputs
frontend/.output/
frontend/.nuxt/
frontend/dist/
backend/dist/
backend/node_modules/
# Environment
.env
@@ -43,3 +42,10 @@ coverage/
*.tmp
*.temp
.cache/
# Prisma
backend/prisma/*.db
backend/prisma/*.db-journal
# Turborepo (falls verwendet)
.turbo/