From 9f91d87fcc9924d766d58e94f582f2da342427fd Mon Sep 17 00:00:00 2001 From: LaxmiB Date: Thu, 25 Dec 2025 18:00:14 +0530 Subject: [PATCH] Configure Git LFS for large files --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..380740b --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +*.png filter=lfs diff=lfs merge=lfs -text +*.jpg filter=lfs diff=lfs merge=lfs -text +*.mp4 filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +src/assets/company-intro.mp4 filter=lfs diff=lfs merge=lfs -text