Get desktop application:
View/edit binary Protocol Buffers messages
Top-level message for a presubmit configuration textproto file. This is written in such a way as to allow it to be a submessage of a top-level "Project" message in the future, if we want to support multiple projects in the repository.
include_patterns and exclude_patterns determine the set of targets to build+test. All targets that match at least one of include_patterns and then none of exclude_patterns are included in the build/test.
Exclude targets that have at least one of these tags from build and test.
Only include targets that have at least one of those tags. If both exclude_tags and include_tags are specified, a target will only be run if it both has an include_tags, and does NOT have an exclude_tags.