From 0a002ac2c0e7964dc23caeab04e9a49c85247809 Mon Sep 17 00:00:00 2001 From: Achintya Rao Date: Fri, 5 Jul 2024 14:01:18 +0100 Subject: [PATCH] Add git lfs tracking --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..c139e44 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +*.png filter=lfs diff=lfs merge=lfs -text +*.jpg filter=lfs diff=lfs merge=lfs -text +*.jpeg filter=lfs diff=lfs merge=lfs -text