From d2b875e4e5f4e0a0be50d5c8b3fd2b06b10369c2 Mon Sep 17 00:00:00 2001 From: aomiki Date: Sun, 29 Mar 2026 22:09:51 +0400 Subject: [PATCH] fix lfs checkout on newer git lfs versions --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000000..87e654bb308 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.csv filter=lfs diff=lfs merge=lfs -text