forked from knative-extensions/eventing-kafka-broker
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitattributes
18 lines (15 loc) · 827 Bytes
/
.gitattributes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# This file is documented at https://git-scm.com/docs/gitattributes.
# Linguist-specific attributes are documented at
# https://github.com/github/linguist.
**/zz_generated.*.go linguist-generated=true
**/*.pb.go linguist-generated=true
/pkg/client/** linguist-generated=true
# coverage-excluded is an attribute used to explicitly exclude a path from being included in code
# coverage. If a path is marked as linguist-generated already, it will be implicitly excluded and
# there is no need to add the coverage-excluded attribute
/pkg/**/testing/** coverage-excluded=true
/vendor/** coverage-excluded=true
/test/** coverage-excluded=true
# ignore-lint is an attribute to explicitly exclude a patch from being linted.
/control-plane/pkg/contract/*.pb.go ignore-lint=true
/data-plane/contract/src/main/java/** ignore-lint=true