From 484a9225f351a262401ecdb98ef689cf5ea4acc6 Mon Sep 17 00:00:00 2001 From: Zhang Jiahao Date: Tue, 21 Apr 2026 00:52:39 +0800 Subject: [PATCH] Ignore repomix output files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit repomix 默认把打包结果写到仓库根的 repomix-output.xml, 会污染工作区 和未来的意外提交; 作为生成产物不应进版本控制。 --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..000da10 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +repomix-output.xml