mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-09 02:24:11 +08:00
根目录 .gitignore 中 settings.json 规则缺少路径前缀, 匹配了所有子目录下的同名文件,导致克隆仓库后 locales/en/settings.json 和 locales/zh/settings.json 缺失, vite 构建报错。改为 /settings.json 限制为仅忽略根目录文件。
36 lines
439 B
Plaintext
36 lines
439 B
Plaintext
# History and temp files
|
|
.history
|
|
*.tmp
|
|
*.log
|
|
|
|
# Node modules
|
|
node_modules/
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Package files
|
|
*.tgz
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
.env
|
|
settings.local.json
|
|
.workflow
|
|
version.json
|
|
ref
|
|
COMMAND_FLOW_STANDARD.md
|
|
COMMAND_TEMPLATE_EXECUTOR.md
|
|
COMMAND_TEMPLATE_ORCHESTRATOR.md
|
|
*.pyc
|
|
.codexlens/
|
|
/settings.json
|
|
*.mcp.json
|
|
.mcp.json
|
|
.ace-tool/
|
|
|
|
# CCW worktrees for parallel execution
|
|
.ccw/worktrees/
|