From 375f66ecd506787bb9837267b4dfd0cf6a924994 Mon Sep 17 00:00:00 2001 From: ShiroKSH Date: Fri, 10 Jul 2026 21:16:41 +0300 Subject: [PATCH] fix: preserve dataset checksums across platforms --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..b8c464c0 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Keep manifest byte counts and checksums stable across platforms. +data/*.json text eol=lf