From f612aae4bba47e9c5fa979e9416aa3fce83d7f11 Mon Sep 17 00:00:00 2001 From: Nelson Osacky Date: Tue, 12 May 2026 17:36:37 +0200 Subject: [PATCH] chore: Add missing binary types to .gitattributes Mark *.bin, *.zip, *.jar, and *.gpg as binary to prevent line-ending conversions and diff noise. Co-Authored-By: Claude Opus 4.6 --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitattributes b/.gitattributes index 92fa746b911..f444fd5957d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,6 +3,10 @@ *.jpg binary *.pb binary *.gz binary +*.bin binary +*.zip binary +*.jar binary +*.gpg binary # These are explicitly windows files and should use crlf *.bat text eol=crlf