Skip to content

Commit 6762876

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 5323220 commit 6762876

1 file changed

Lines changed: 11 additions & 6 deletions

File tree

.gitignore

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +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
6+
7+
# Xcode user state
8+
xcuserdata/
9+
DerivedData/
10+
11+
# netrc credentials
812
.netrc
9-
.swift-format
1013

14+
# SwiftLint remote config cache
15+
.swiftlint/RemoteConfigCache
1116

12-
# SwiftLint Remote Config Cache
13-
.swiftlint/RemoteConfigCache
17+
# swift-format (downloaded in CI)
18+
.swift-format

0 commit comments

Comments
 (0)