-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
42 lines (34 loc) · 927 Bytes
/
Copy path.gitignore
File metadata and controls
42 lines (34 loc) · 927 Bytes
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
# macOS
.DS_Store
# Xcode
**/xcuserdata/
*.xcuserstate
build/
DerivedData/
# CI(和照着 .github/workflows/ci.yml 在本地跑的人)用的输出目录
DD/
SourcePackages/
# scripts/gen-project.sh --fetch 取回来的 XcodeGen(版本由 .xcodegen-version 定)
.tools/
.build/
*.xcarchive
# 发布产物
dist/
# 本地 agent 工作目录
.claude/
.codex/
.pendingcrew/
# CrewChatOpenCostTests 用的真实群聊 fixture —— 现取,不入版本历史。
# 生成:scripts/make-chat-fixtures.sh <crew-id>
Tests/PendingCrewTests/Fixtures/
# 本地签名覆盖(个人 Apple Team ID)—— 见 Config/Local.xcconfig.example
Config/Local.xcconfig
# 环境 / 密钥
.env
.env.local
*.p8
*.pem
# scripts/test-mac.sh 的测试归档(xcresult + 全量日志),只在本机留最近几趟
.test-archive/
# 测试进程的隔离数据根(project.yml 的 scheme 环境变量指到这儿)
.test-data-root/