From e38b4fd71f77added4823cae5bc9270152dd671c 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 | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..31d038b --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +/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 +* !text !filter !merge !diff