Skip to content

Commit e279b76

Browse files
authored
[ENH] Ignore proto files generated by Go (#3347)
## Description of changes *Summarize the changes made by this PR.* - Improvements & Bug fixes - These are generated at build time now ## Test plan *How are these changes tested?* - [x] Tests pass locally with `pytest` for python, `yarn test` for js, `cargo test` for rust ## Documentation Changes None
1 parent e98f930 commit e279b76

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
go/bin/
66
go/**/testdata/
77
go/coordinator/bin/
8+
go/pkg/proto/
89

910
clients/js/package-lock.json
1011

0 commit comments

Comments
 (0)