From 846771c948931f79531c180796b566f87fbf61cb Mon Sep 17 00:00:00 2001 From: SoKingwah Date: Mon, 20 Apr 2026 02:28:31 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=20.gitignore=20?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=B7=A5=E5=85=B7=E7=94=9F=E6=88=90=E7=9B=AE?= =?UTF-8?q?=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 添加以下目录到忽略列表: - .claude/ - Claude Code 配置和缓存 - .playwright-cli/ - Playwright CLI 工具输出 - user-guide/export/ - 导出的 PNG 图片 --- .gitignore | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 757d286..ee84719 100644 --- a/.gitignore +++ b/.gitignore @@ -40,5 +40,10 @@ ehthumbs.db .cache/ # Claude Code -.claude/worktrees/ -.claude/scheduled_tasks.json \ No newline at end of file +.claude/ + +# Playwright CLI +.playwright-cli/ + +# User guide export outputs +user-guide/export/ \ No newline at end of file