From a54d3cebf78da4509f50ddca1ef18c1e4c317ed2 Mon Sep 17 00:00:00 2001 From: hydrogendeuteride Date: Tue, 30 Dec 2025 17:16:05 +0900 Subject: [PATCH] ADD: git lfs tracking for bin executables MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Configure LFS to track bin/** files and push only to Gitea server. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..6daaeeb --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +bin/** filter=lfs diff=lfs merge=lfs -text