
https://github.com/github/linguist#generated-code says to add `linguist-generated=true` to any files that you don't want to see diffs in. IMO this will make PRs a little easier to review. e.g. the top half of https://github.com/kubernetes/kubernetes/pull/53988 should disappear
11 lines
451 B
Plaintext
11 lines
451 B
Plaintext
hack/verify-flags/known-flags.txt merge=union
|
|
test/test_owners.csv merge=union
|
|
|
|
**/zz_generated.*.go -diff linguist-generated=true
|
|
**/types.generated.go -diff linguist-generated=true
|
|
**/generated.pb.go -diff linguist-generated=true
|
|
**/generated.proto -diff linguist-generated=true
|
|
**/types_swagger_doc_generated.go -diff linguist-generated=true
|
|
docs/api-reference/** -diff linguist-generated=true
|
|
api/swagger-spec/*.json -diff linguist-generated=true
|