-
Notifications
You must be signed in to change notification settings - Fork 156
Expand file tree
/
Copy path.gitignore
More file actions
84 lines (74 loc) · 2.15 KB
/
.gitignore
File metadata and controls
84 lines (74 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
79
80
81
82
83
84
.DS_Store
.build/
build/
.swiftpm/
*.xcodeproj
Package.resolved
xcuserdata/
DerivedData/
ChatGPT Image*.jpg
# Local config / secrets
*.env
config.local.json
# Tauri updater 签名私钥(绝不上传 — 公钥在 tauri.conf.json,私钥放 GitHub Secret)
*.key
*.key.pub
密钥对.zip
密钥对/
# Local working dirs that don't belong in the repo
SC/
apps/
promo/
promo-openless/
promo-openless-v2/
docs/old-promo/
.worktrees/
# 宣传录屏 / 素材根目录(GB 级二进制,绝不入版本库)
video-materials/
# 派生产物(兜底):项目曾出现 promo-openless-v2/node_modules 等遗漏,
# 这里全局通配,避免某子目录漏配 .gitignore 时把 build artifact 推进 PR。
node_modules/
dist/
target/
.cargo/registry/
.cargo/git/
# Windows TSF IME local build outputs
openless-all/app/windows-ime/OpenLessIme/
openless-all/app/windows-ime/x64/
openless-all/app/windows-ime/Win32/
openless-all/app/windows-ime/Release/
openless-all/app/windows-ime/obj/
# Planning docs are kept local only, not published to the public repo.
docs/plans/
# Internal AI 协作 + 规划 + 审计文档:本地保留,绝不发布到公共仓库。
# 之前误入库的整套已在 chore/remove-internal-docs 中 git rm --cached,
# 这里加规则避免再次被 `git add` 拉回来。
# 根目录 AI 协作指南
/CLAUDE.md
/AGENTS.md
/issue-*-plan.md
# .github 内部协作 + 审计报告(ISSUE_TEMPLATE / workflows / pr template 仍保留发布)
.github/COOPER_*.md
.github/BUILD_TEST_REPORT.md
.github/MULTI_SCALE_AUDIT.md
.github/P1_TEST_REPORT.md
.github/TEST_VERIFICATION.md
.github/WATCHDOG_RISK_ANALYSIS.md
.github/audit-reports/
.github/finding-reports/
.github/issues/EPIC-*.md
# docs/ 下的规划 / 审计 / 内部 tracking(用户文档如 volcengine-setup / tauri-csp 保留)
docs/audit-*.md
docs/logic-review-*.md
docs/qa-reasoning-roadmap.md
docs/style-pack-marketplace.md
docs/auto-update-download-acceleration.md
docs/2026-*-investigation.md
docs/*-research.md
docs/windows-upstream-pr-workflow.md
docs/github-tracking/
docs/superpowers/
docs/windows-lifecycle-tracking/
docs/windows-ui-tracking/
# 用于本地语音推理的参考文件。
CapsWriter