From 4e2a13c4a28fcc70c127a03108bc79f1a36fd49d Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Thu, 7 Nov 2024 09:50:18 -0500 Subject: [PATCH] Make 0-length files go to git --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 7083c4ee..9235852c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,3 @@ * annex.backend=MD5E -* annex.largefiles=(not(mimetype=text/*)) +* annex.largefiles=(not(mimetype=text/*)and(largerthan=0)) **/.git* annex.largefiles=nothing