feat: scaffold root workspace files (Turborepo + pnpm)

This commit is contained in:
2026-04-06 14:04:41 +02:00
parent d0d335d829
commit 6cff55d6d3
6 changed files with 94 additions and 0 deletions

36
.gitignore vendored Normal file
View File

@@ -0,0 +1,36 @@
# Dependencies
node_modules
# Turbo
.turbo
# Build outputs
dist
build
.next
out
storybook-static
# Environment
.env
.env.local
.env.*.local
# Testing
coverage
# OS
.DS_Store
Thumbs.db
# IDE
.vscode
.idea
*.swp
# Debug
npm-debug.log*
pnpm-debug.log*
# Superpowers brainstorm sessions
.superpowers/