From 741d5189d2b1d8d98d563c1a11e29a91072ee9b6 Mon Sep 17 00:00:00 2001 From: Prateek Rungta Date: Thu, 15 Jan 2026 21:35:43 -0500 Subject: [PATCH] chore: treat tar archives as binary --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index d0c0c4c..3c37c99 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,4 @@ * text eol=lf *.png binary +*.tar.gz binary +*.tgz binary