From def6df50daccb22e6d2daaeef41693f10b156a3f Mon Sep 17 00:00:00 2001 From: ooodc <549496103@qq.com> Date: Sat, 13 Jun 2026 17:56:32 +0800 Subject: [PATCH] =?UTF-8?q?chore(git):=20=E6=9B=B4=E6=96=B0=20.gitignore?= =?UTF-8?q?=20=E6=96=87=E4=BB=B6=E4=BB=A5=E5=BF=BD=E7=95=A5=E6=96=B0?= =?UTF-8?q?=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 添加 .agents 目录到忽略列表 - 添加 .qoder 目录到忽略列表 --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 495756a..60ee057 100644 --- a/.gitignore +++ b/.gitignore @@ -20,6 +20,8 @@ reference/** .playwright-cli/ .venv .claude +.agents +.qoder # Project specific AGENTS.md