From 248032135789578a4ac58e0c74aebf0112d59748 Mon Sep 17 00:00:00 2001 From: Le Duc Anh Date: Fri, 24 Oct 2025 11:24:33 +0700 Subject: [PATCH] Configure Git LFS to track .unity files --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..1f9f0b9534 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.unity filter=lfs diff=lfs merge=lfs -text