Skip to content

Commit 5e1cd3f

Browse files
macOS26claude
andcommitted
Expand gitignore: dmg, app, dSYM, xcarchive, DS_Store, .build
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent cf68b57 commit 5e1cd3f

1 file changed

Lines changed: 31 additions & 1 deletion

File tree

.gitignore

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,34 @@
55
*.xcuserdatad
66

77
# Build directory
8-
AgentXcode/build/
8+
AgentXcode/build/
9+
10+
# Large binary files
11+
*.dmg
12+
*.app
13+
*.ipa
14+
*.xcarchive
15+
*.dSYM
16+
*.dSYM/
17+
18+
# Swift Package Manager
19+
.build/
20+
.swiftpm/
21+
22+
# macOS
23+
.DS_Store
24+
25+
# Claude
26+
.claude/
27+
28+
# Swift packages (remote SPM dependencies)
29+
AgentAccess/
30+
AgentAudit/
31+
AgentColorSyntax/
32+
AgentD1F/
33+
AgentEventBridges/
34+
AgentLLM/
35+
AgentMCP/
36+
AgentSwift/
37+
AgentTerminalNeo/
38+
AgentTools/

0 commit comments

Comments
 (0)