mirror of https://github.com/garrytan/gstack.git
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:
parent
08532462c0
commit
359be33583
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue