You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Add support to ignore specific definitions
This change allows removing specific definitons:
- enums
- enum values
- messages
- fields
- services
- methods
From being generated from specific generators for protoc. They are
excluded entirely from being sent to the protoc command, by being
stripped from the CodeGeneratorRequest.
Multiple generators can be skipped for a single definition through the
usage of multiple tags.