- 更新项目依赖 - 调整 next-env.d.ts 类型配置 - 更新全局样式 - 调整首页内容 - 添加 .playwright-mcp/ 到 gitignore Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
41 lines
341 B
Plaintext
41 lines
341 B
Plaintext
# Dependencies
|
|
node_modules
|
|
.pnpm-store
|
|
|
|
# Build outputs
|
|
dist
|
|
.next
|
|
.turbo
|
|
out
|
|
|
|
# Environment
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# IDE
|
|
.idea
|
|
.vscode
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
pnpm-debug.log*
|
|
|
|
# Testing
|
|
coverage
|
|
.nyc_output
|
|
|
|
# Prisma
|
|
**/prisma/*.db
|
|
**/prisma/*.db-journal
|
|
|
|
# Misc
|
|
*.tsbuildinfo
|
|
.playwright-mcp/
|