From c7264f654482e75ec40a11b3cc5a8c09b9fa23cf Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Thu, 18 Dec 2025 19:14:41 +0000 Subject: [PATCH] Add LFS tracking for image files --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..994c4c4 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +*.jpeg filter=lfs diff=lfs merge=lfs -text +*.jpg filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text