From 000de573c23713a7b0244b42f8d3d7a8ab948277 Mon Sep 17 00:00:00 2001 From: zumbiepig <121742281+zumbiepig@users.noreply.github.com> Date: Sat, 20 Jul 2024 08:58:18 -0700 Subject: [PATCH] Initial commit --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..75c089f --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +/public/game filter=lfs diff=lfs merge=lfs -text +/public/game/* filter=lfs diff=lfs merge=lfs -text +/public/game/** filter=lfs diff=lfs merge=lfs -text +/public/game/** !text !filter !merge !diff