Skip to content

Commit 8133e0a

Browse files
authored
chore: exclude generated protobuf files from GCA (#14499)
Ignore generated pb files to reduce unactionable review feedback. We're for the most part not the owner of the IDL artifacts, and pb.go files are generated from those IDL artifacts.
1 parent cf1153d commit 8133e0a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.gemini/config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
# More info:
33
# https://developers.google.com/gemini-code-assist/docs/customize-gemini-behavior-github
44
have_fun: false
5+
ignore_patterns:
6+
- *.pb.go
57
memory_config:
68
disabled: false
79
code_review:

0 commit comments

Comments
 (0)