Skip to content

Commit 489c3f0

Browse files
authored
chore: pin the production spec, not the staging snapshot (#37)
The fully-typed-codegen PR (#36) accidentally committed the staging spec snapshot. Replace it with the production spec as specs/openapi.json and gitignore environment-specific snapshots so they stay local-only.
1 parent 1427815 commit 489c3f0

2 files changed

Lines changed: 152 additions & 671 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,6 @@ test_output/
3333
# OS
3434
.DS_Store
3535
Thumbs.db
36+
37+
# Environment-specific spec snapshots (never commit; the committed pin is specs/openapi.json)
38+
/specs/openapi-staging*.json

0 commit comments

Comments
 (0)