From e7a417dea7242809f58f576b7cbeb746d749aa90 Mon Sep 17 00:00:00 2001 From: sion123 <450702724@qq.com> Date: Thu, 7 May 2026 00:43:13 +0800 Subject: [PATCH] =?UTF-8?q?chore(config):=20=E6=9B=B4=E6=96=B0=20.gitignor?= =?UTF-8?q?e=20=E4=B8=AD=E7=9A=84=E9=85=8D=E7=BD=AE=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将 `config.json` 忽略规则调整为 `.claude/skills/config.json --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4710656..ec9f821 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,7 @@ node_modules/ -config.json +.claude/skills/config.json # Local settings .claude/settings.local.json