From df335f0939437bd874f2c3a1986cfa2a0503bf41 Mon Sep 17 00:00:00 2001 From: martvIO <136852336+martvIO@users.noreply.github.com> Date: Sun, 24 Nov 2024 18:39:46 +0200 Subject: [PATCH] Track large files using Git LFS --- .gitattributes | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 94f480d..bdba2b0 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,5 @@ -* text=auto eol=lf \ No newline at end of file +* text=auto eol=lf +*.file-extension filter=lfs diff=lfs merge=lfs -text +*.mp4 filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.exe filter=lfs diff=lfs merge=lfs -text