From f320f71fa66e6e089a48dace174b65250429945b Mon Sep 17 00:00:00 2001 From: Meynurafni <138767313+Meynurafni@users.noreply.github.com> Date: Thu, 26 Jun 2025 18:00:06 +0700 Subject: [PATCH] Aktifkan Git LFS untuk file besar --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..d80c22c2 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +*.png filter=lfs diff=lfs merge=lfs -text +*.fbx filter=lfs diff=lfs merge=lfs -text +*.wav filter=lfs diff=lfs merge=lfs -text +*.mp3 filter=lfs diff=lfs merge=lfs -text