From 3347eb013f6f8d4ccb7233d21ad194d22b293395 Mon Sep 17 00:00:00 2001 From: unitydadechin Date: Mon, 26 May 2025 11:53:29 +0330 Subject: [PATCH] Track large files with Git LFS --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..ffac947c --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +*.mp4 filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.unitypackage filter=lfs diff=lfs merge=lfs -text