From 228a01843fb34a304283fb851d669e1b39f5d97c Mon Sep 17 00:00:00 2001 From: yuhaiming <40624989@qq.com> Date: Tue, 23 Jun 2026 15:38:09 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E8=A1=A5=E5=85=85=E5=BF=BD=E7=95=A5?= =?UTF-8?q?=20AI=20=E5=B7=A5=E5=85=B7=E6=9C=AC=E5=9C=B0=E7=9B=AE=E5=BD=95?= =?UTF-8?q?=E4=B8=8E=E6=9E=84=E5=BB=BA=E4=BA=A7=E7=89=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 新增 .flattened-pom.xml、node_modules、各类 AI 工具目录 (.claude/.codex/.workbuddy/... 共 30+)的忽略规则,避免 本地工具痕迹进入版本控制 Co-Authored-By: Claude Opus 4.7 (1M context) --- .gitignore | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/.gitignore b/.gitignore index 44c6418..a874fb2 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,49 @@ /water-modules/*/target/ /logs/ /water-extend/*/target/ +/.flattened-pom.xml +/**/.flattened-pom.xml + +# Node / local AI tooling +/node_modules/ +/package-lock.json +/package.json +/skills-lock.json +/.codegraph/ +/.agent/ +/.agents/ +/.amazonq/ +/.augment/ +/.bob/ +/.claude/ +/.cline/ +/.clinerules/ +/.codebuddy/ +/.codex/ +/.comet/ +/.continue/ +/.cospec/ +/.crush/ +/.cursor/ +/.factory/ +/.forge/ +/.gemini/ +/.github/ +/.iflow/ +/.junie/ +/.kilocode/ +/.kimi/ +/.kimi-code/ +/.kiro/ +/.lingma/ +/.opencode/ +/.pi/ +/.qoder/ +/.qwen/ +/.roo/ +/.trae/ +/.windsurf/ +/.workbuddy/ # IDE .idea/