52 lines
505 B
Plaintext
52 lines
505 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
.pnp
|
|
.pnp.js
|
|
|
|
# Build outputs
|
|
frontend/.output/
|
|
frontend/.nuxt/
|
|
frontend/dist/
|
|
backend/dist/
|
|
backend/node_modules/
|
|
|
|
# Environment
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
!.env.*.local
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
logs/
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# Test
|
|
coverage/
|
|
.nyc_output/
|
|
|
|
# Temporary
|
|
*.tmp
|
|
*.temp
|
|
.cache/
|
|
|
|
# Prisma
|
|
backend/prisma/*.db
|
|
backend/prisma/*.db-journal
|
|
|
|
# Turborepo (falls verwendet)
|
|
.turbo/
|