From 4e89086c318e75cf1c352bc273dc0f21fbfd993f Mon Sep 17 00:00:00 2001 From: Haotian Zhang <928016560@qq.com> Date: Wed, 25 Feb 2026 10:44:26 +0800 Subject: [PATCH] chore: Ignore .arthas/ and .codebuddy/ directories Signed-off-by: Haotian Zhang <928016560@qq.com> --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index ed568a959..3a84537ca 100644 --- a/.gitignore +++ b/.gitignore @@ -46,6 +46,8 @@ dependency-reduced-pom.xml logs/ lib/ applog/ +.arthas/ +.codebuddy/ # Maven ignore .flattened-pom.xml