Ariver
2026-08-30 ec338c687e2e04bd37ab5c76a0a9c19769190502
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
.DS_Store
._*
 
# Root-local runtime/build byproducts. App build outputs are generated under src/build/.
/build/
/LocalDataBackups/
 
# Certificates and local release staging do not belong in source control.
/Release/证书/
/Release/_archive/
/Release/X-存档/
/Release/**/*.p12
/Release/**/*.cer
/Release/**/*.certSigningRequest
/Release/**/*.provisionprofile
 
# Duplicate generated help package copied outside the canonical source tree.
/Docs/Help/
 
# Non-source project knowledge, website/archive material, and local canvases live outside
# the source worktree under /Users/ar/Projects/Taglauncher-doc/.
/Docs/
/docs/
/canvas/
/文档导读.md
 
# Local release snapshots can be large and noisy. Existing tracked release metadata
# remains visible; force-add exceptional new release records only when needed.
/src/Release/AppStore-*/
/src/Release/Freeze-*/
 
# Local scratch notes.
/项目管理规范.md
 
# Local Codex session memory and runtime data.
/.codex/
/.codex-sessionhistory/