From 1a7c692e797f2d74e066613dcdee43f105b57c39 Mon Sep 17 00:00:00 2001 From: "tao.chen" <93983997+taochen-ct@users.noreply.github.com> Date: Mon, 13 Jul 2026 15:28:01 +0800 Subject: [PATCH] =?UTF-8?q?gitignore:=20=E8=B7=A8=E5=B9=B3=E5=8F=B0=20buil?= =?UTF-8?q?d=20=E4=BA=A7=E7=89=A9=20spark-mcp-*-*?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 覆盖 GOOS-GOARCH 命名约定的所有二进制变体 (spark-mcp-linux-amd64, spark-mcp-darwin-arm64 等). 之前每次交叉编译都会留一个未跟踪的 二进制在仓库根. Co-Authored-By: Claude --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index b558aa7..9a0e76f 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,6 @@ htmlcov/ # macOS .DS_Store + +# Build artifacts (cross-compiled binaries) +spark-mcp-*-*