Files
vercel__chat/.gitignore
T
2026-02-20 20:02:41 -08:00

44 lines
357 B
Plaintext

# Dependencies
node_modules/
# Build outputs
dist/
.turbo/
# IDE
.idea/
.vscode/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Env
.env
.env.local
.env.*.local
# Test
coverage/
# Next.js
.next/
out/
tsup.config.bundled*.mjs
*.tsbuildinfo
recording.json
recording*.json
todo/
# Turborepo
.turbo
.vercel
.env*.local
next-env.d.ts
.source
packages/chat/docs