From a89282258f7749c723e6b28fb8f5defd2df37592 Mon Sep 17 00:00:00 2001 From: "rajavarma.gvssr" Date: Wed, 1 Oct 2025 17:57:42 +0530 Subject: [PATCH] Exclude buf.yaml from release builds --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index 6313b56c5..2a3515d39 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,3 @@ * text=auto eol=lf + +buf.yaml export-ignore