workspace setup
This commit is contained in:
+13
-7
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user