From 3814d6f30e0fe1c39285f5071dfdb6798c5c7c57 Mon Sep 17 00:00:00 2001 From: seth Date: Tue, 10 Jan 2023 00:04:15 -0500 Subject: fix: ignore images in gitattributes --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitattributes') diff --git a/.gitattributes b/.gitattributes index fcadb2c..3e7ee80 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,4 @@ * text eol=lf +*.png -text +*.jpeg -text +*.gif -text -- cgit v1.2.3