-
Notifications
You must be signed in to change notification settings - Fork 48
Expand file tree
/
Copy path.gitignore
More file actions
61 lines (53 loc) · 898 Bytes
/
.gitignore
File metadata and controls
61 lines (53 loc) · 898 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# Xcode 构建产物
build/
dist/
DerivedData/
*.xcuserstate
xcuserdata/
*.xcworkspace/xcuserdata/
*.xcworkspace/xcshareddata/swiftpm/
# Xcode 自动生成
*.moved-aside
*.hmap
*.ipa
*.dSYM.zip
*.dSYM
# macOS
.DS_Store
.AppleDouble
.LSOverride
._*
# Swift Package Manager
.swiftpm/
Package.resolved
# 自动生成
ClawdHomeHelper/GeneratedVersion.swift
# 个人本地 AI 配置(不提交个人设置)
.claude/settings.local.json
.claude/worktrees
docs/plans
# 本地命名空间切换脚本(不托管)
scripts/switch-namespace.local.sh
scripts/test_cli_init.local.env
.githooks/pre-commit
.gstack/
.worktrees/
.build-version
.build-version.lock
# Apple 签名 / 公证密钥材料(不提交)
*.p12
*.p8
*.cer
*.crt
*.csr
*.der
*.pem
*.key
*.mobileprovision
*.provisionprofile
*.developerprofile
*.keychain
*.keychain-db
# 本地文档 / 观测笔记
docs/obs_docs
docs/testing/