Skip to content

Commit 48ab855

Browse files
RISCfutureclaude
andcommitted
Scope .gitignore to project tech stack
Move environment-specific entries (OS, editors, Claude) to the global gitignore; keep only technology-specific and project-specific ignores here. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent f2a2d74 commit 48ab855

1 file changed

Lines changed: 10 additions & 7 deletions

File tree

.gitignore

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
1-
.DS_Store
1+
# Swift Package Manager
22
/.build
33
/Packages
4-
xcuserdata/
5-
DerivedData/
64
.swiftpm/configuration/registries.json
75
.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata
8-
.netrc
96

7+
# Xcode user state
8+
xcuserdata/
9+
DerivedData/
10+
11+
# netrc credentials
12+
.netrc
1013

11-
# SwiftLint Remote Config Cache
14+
# SwiftLint remote config cache
1215
.swiftlint/RemoteConfigCache
1316

14-
# swift-format config (local symlink)
15-
.swift-format
17+
# swift-format (downloaded in CI)
18+
.swift-format

0 commit comments

Comments
 (0)