# Dependencies
node_modules
.pnpm-store

# Build outputs
dist
# TODO: Remove these exceptions once packages are published to npm.
# Currently committing dist/ because Vercel doesn't run prepare scripts
# for git dependencies properly.
!packages/typescript/nextjs/dist
!packages/typescript/core/dist
build
.next
out

# Environment files
.env
.env.local
.env.*.local

# IDE
.idea
.vscode
*.swp
*.swo

# OS
.DS_Store
Thumbs.db

# Debug logs
npm-debug.log*
pnpm-debug.log*

# TypeScript
*.tsbuildinfo

# Misc
*.log
.cache
