Skip to content

Commit 15b7480

Browse files
Add ws_schema.json to gitignore (#2745)
# Description of Changes Gitignore a file that's an intermediate artifact of updating the external client SDKs when the WS protocol gets extended. # API and ABI breaking changes N/a # Expected complexity level and risk 0 # Testing N/a Co-authored-by: clockwork-labs-bot <clockwork-labs-bot@users.noreply.github.com>
1 parent 927d4c4 commit 15b7480

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,9 @@ new.json
225225
*.pem
226226
.ok.sql
227227

228+
# Intermediate file generated when updating the external client SDKs' WS format bindings
229+
crates/client-api-messages/ws_schema.json
230+
228231
# Test data
229232
!crates/core/testdata/
230233

0 commit comments

Comments
 (0)