-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
78 lines (68 loc) · 2.15 KB
/
Copy path.gitignore
File metadata and controls
78 lines (68 loc) · 2.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
node_modules
dist
dist-ssr
*.local
# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
# Python embedded libraries (too large for GitHub)
python-embed/
src-tauri/resources/
# Enterprise Runtime local build and controlled runtime data
apps/vault-runtime-api/target/
apps/vault-runtime-api/enterprise-data/
enterprise-data/
src-tauri/crates/*/target/
src-tauri/target/
src-tauri/gen/
.local/
test-results/
.cleanup-archive/
docs/.recycle-bin/
.pnpm-store/
# ============ CheersAI-Vault 本地运行期产物与临时文件 (IMP-SDLCVAULT001 Step-3 补齐) ============
# 构建探针与 IDE 本地配置目录
.build_probe.txt
# .trae/ 细粒度 ignore: 仅忽略本地临时 documents/ 与占位 keep, 保留 .trae/skills/ 项目技能资产可追踪
.trae/documents/
.trae/.keep
# Markdown 渲染中间产物 (marked/ 临时生成目录)
marked/*
# 运行期回归测试数据/映射/预览/中间 DB (企业级运行期产物)
enterprise-data-regression/*
# 本地个人/临时类文档 (需长期归档的正式文档请放入 CheersAI - docs/ 工作区)
docs/*PERSONAL*
docs/*_CANDIDATES_*
docs/*_REPORT_*
docs/manual-test-report-*.md
docs/personal-manual-debug-plan-*.md
docs/personal-test-fix-summary-*.md
docs/VERSION_MANAGEMENT.md
docs/edition-gap-plan-*.md
docs/local-sim-lab.md
# CheersAI-SDLC 子仓级目录: 审计链 / 产物 / 演示生成文档 = 运行期生成物, 禁止提交
# 注意: 工装脚本 (bin/ harnesses/ gates/ policies/ templates/ README.md) 仍应提交, 仅忽略 3 个运行期子目录
sdlc/audit/
sdlc/artifacts/
sdlc/docs/
# SDLC manifest / harness / bin / gates / policies / templates 均为工程化脚本, 应提交; 如本地自定义 _override.yaml 需另行追加忽略
# ============ IMP-SDLCVAULT002 新增本地忽略项 (HE-2 可复现性: 本机器特定缓存/临时产物禁止进仓) ============
# 本地 pnpm 零依赖安装缓存 (内含 npm registry 锁定, 非项目资产)
pnpm-local-install/
# 本地 IDE / 脚本运行时临时 WIP snapshot / 过程性产物
artifacts/