From d01761b60429d251f249deae101e20707ae1b5f1 Mon Sep 17 00:00:00 2001 From: walkpan Date: Wed, 22 Oct 2025 10:33:34 +0800 Subject: [PATCH] =?UTF-8?q?chore(git):=20=E6=9B=B4=E6=96=B0.gitignore?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E5=BF=BD=E7=95=A5.codebuddy=E7=9B=AE?= =?UTF-8?q?=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在.gitignore中添加.codebuddy目录忽略规则 - 保持对.vscode和.idea目录的忽略配置 - 整理.gitignore文件空行与注释结构 --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 706af757..78dff35d 100644 --- a/.gitignore +++ b/.gitignore @@ -15,10 +15,11 @@ native # VSCode #////////////////////////// .vscode/ - +.codebuddy/ #////////////////////////// # WebStorm #////////////////////////// .idea/ extensions/ extensions/oops-plugin-framework +