Skip to content

Commit e742815

Browse files
chore: regenerate stale example output and fix gitignore
- Regenerate market-data-unwrap example to match current generators (error schema fix, int64 as string, Content-Type headers, default JSON) - Remove stale nolint directive from encoding_consistency_test.go - Add coverage/ dir and root-level plugin binaries to .gitignore Co-Authored-By: Claude Opus 4.6 <[email protected]>
1 parent fe883ee commit e742815

File tree

5 files changed

+48
-25
lines changed

5 files changed

+48
-25
lines changed

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ protoc-gen-*-golden*
1616
protoc-gen-*-regression*
1717
protoc-gen-*-integration*
1818

19+
# Stray plugin binaries in repo root (should only be in bin/)
20+
/protoc-gen-go-http
21+
/protoc-gen-go-client
22+
/protoc-gen-ts-client
23+
/protoc-gen-openapiv3
24+
1925
# Output of the go coverage tool, specifically when used with LiteIDE
2026
*.out
2127

@@ -59,6 +65,7 @@ Thumbs.db
5965

6066
# Coverage reports and profiles
6167
*.coverprofile
68+
coverage/
6269

6370
# Generated protobuf files
6471
internal/generated/proto/

examples/market-data-unwrap/api/proto/services/market_data_service_http_binding.pb.go

Lines changed: 25 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)