chore: gitignore the gen-accessors tool's SPM build output

skill-e2e-ios-swift-build compiles the Swift package in place, leaving
.build/ (2,800+ files) and Package.resolved untracked after every
periodic run — the workspace read as ~100 dirty changes with a clean
tree. Same class as the dist/ binaries: build output, never committed.
This commit is contained in:
Garry Tan 2026-08-15 11:07:38 -07:00
parent 08532462c0
commit 359be33583
No known key found for this signature in database
GPG Key ID: C1F69E85C74EFE1D
1 changed files with 5 additions and 0 deletions

5
.gitignore vendored
View File

@ -44,3 +44,8 @@ docs/throughput-*.json
# gbrain local source-staging dir (capability checks, source clones) — runtime artifact
.sources/
# SPM build output from the gen-accessors tool (built in place by
# skill-e2e-ios-swift-build; regenerates on every run — never commit)
ios-qa/scripts/gen-accessors-tool/.build/
ios-qa/scripts/gen-accessors-tool/Package.resolved