Skip to content

Commit e3cca21

Browse files
committed
chore: gitignore cloudflare-worker/src/ (generated TS types)
api-types.ts is generated from openapi.yaml via proto:clients:types. Same rationale as packages/ — commit the source spec, not the derived artifact. https://claude.ai/code/session_01WX7GbU19M9fh3tAfAxzeET
1 parent 0ab9124 commit e3cca21

2 files changed

Lines changed: 3 additions & 1051 deletions

File tree

cloudflare-worker/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Generated during build - source is at data/festivals.json
22
festivals.json
33

4+
# Generated from proto via proto:clients:types — regenerate with: MISE_ENV=dev ./bin/mise run proto:clients:types
5+
src/
6+
47
# Node.js
58
node_modules/
69

0 commit comments

Comments
 (0)