mirror of
https://github.com/vercel/chat.git
synced 2026-09-14 18:32:29 +08:00
44 lines
357 B
Plaintext
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 |