From e124fcb18970bddfc0340d267d8504ac9fa0c4ad Mon Sep 17 00:00:00 2001 From: Domagoj Zecevic Date: Fri, 19 Jun 2026 09:50:33 +0200 Subject: [PATCH] Track jpg and 265 files with Git LFS --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index dfdb8b7..19ef109 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,3 @@ *.sh text eol=lf +*.jpg filter=lfs diff=lfs merge=lfs -text +*.265 filter=lfs diff=lfs merge=lfs -text