From 948104605c8416b02c2363e888a32a05b3bdf97f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=B0=95=EB=8F=99=ED=98=B8?= Date: Fri, 13 Dec 2024 16:32:02 +0900 Subject: [PATCH] Add Git LFS tracking for large build files --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..f718b1b --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +Build/*.data filter=lfs diff=lfs merge=lfs -text +Build/*.wasm filter=lfs diff=lfs merge=lfs -text +Build/webBuild.data filter=lfs diff=lfs merge=lfs -text