Files
SkyJourneyandClaude Opus 4.6 c8a18c9ec3 切换到 pnpm 工作流,补齐 .gitignore 与 vendor 拆分
- 根目录、zhican/、miniprogram/ 三层 .gitignore 就位
- 删除 package-lock.json,仓库统一追踪 pnpm-lock.yaml
- vite.config.ts 拆出 vue-vendor(vue/vue-router/pinia);
  ant-design-vue 体积~1MB,继续按路由 code-split,不入 manualChunks
- 新增根 CLAUDE.md 记录仓库结构、常用命令、antd 类型陷阱、
  构建门禁、vendor 拆分策略等

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-08 17:25:26 +08:00

24 lines
406 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# ============ OS / 系统垃圾 ============
.DS_Store
Thumbs.db
desktop.ini
# ============ 编辑器 / IDE ============
.vscode/
.idea/
*.swp
*.swo
*~
# ============ 工具本地数据 ============
# Claude Code 个人设置(共享设置可放 .claude/settings.json
.claude/settings.local.json
# Serena MCP 工具数据
.serena/
# ============ 临时/备份 ============
*.bak
*.orig
*.tmp
*.log