# 依赖 node_modules/ # 构建输出 .next/ out/ build/ dist/ *.local # 配置文件 *.config.js *.config.ts next.config.js # 日志 *.log # 环境变量 .env* # 缓存 .cache/ .parcel-cache/ .turbo/ # 覆盖率报告 coverage/ # 临时文件 tmp/ temp/ # 操作系统文件 .DS_Store Thumbs.db # 编辑器文件 .vscode/ .idea/ # 其他 *.min.js *.min.css