mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 19:31:44 +00:00
Merge pull request #55114 from mikekap/patch-2
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Hide openapi-spec in diffs **What this PR does / why we need it**: Similar to #54766 this defaults to hiding another autogenerated file in GH diffs. **Which issue(s) this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*: **Special notes for your reviewer**: **Release note**:
This commit is contained in:
commit
8d060158eb
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -8,3 +8,4 @@ test/test_owners.csv merge=union
|
||||
**/types_swagger_doc_generated.go -diff linguist-generated=true
|
||||
docs/api-reference/** -diff linguist-generated=true
|
||||
api/swagger-spec/*.json -diff linguist-generated=true
|
||||
api/openapi-spec/*.json -diff linguist-generated=true
|
||||
|
Loading…
Reference in New Issue
Block a user