From f52768e38597aaf45a31a43ba297e6c7eb435ee3 Mon Sep 17 00:00:00 2001 From: csh Date: Wed, 15 Oct 2025 20:30:12 +0800 Subject: [PATCH] Enable Git LFS for binaries --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..5d91da1 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +./vscode/bin/* filter=lfs diff=lfs merge=lfs -text