From 0313b8fa92cddc2521c72c8ccae04e7a77699dd9 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Sat, 14 Mar 2026 20:07:12 +0100 Subject: [PATCH] ci(diff): Reduce diff size by only showing openapi-full files Signed-off-by: Joas Schilling --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitattributes b/.gitattributes index e9e386c3148..b787b5970ec 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,3 +2,7 @@ # SPDX-License-Identifier: CC0-1.0 /js/*.js binary /js/*.js.map binary +/openapi*.json binary +/src/types/openapi/openapi*.ts binary +/src/types/openapi/openapi-full.ts text diff +/openapi-full.json text diff