From 5f6acc25da52b27bdd0617e07cc164fff23ea1e7 Mon Sep 17 00:00:00 2001 From: Syngnat Date: Sun, 26 Apr 2026 17:24:45 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20chore(gitignore):=20=E5=BF=BD?= =?UTF-8?q?=E7=95=A5=20Playwright=20MCP=20=E4=B8=B4=E6=97=B6=E7=9B=AE?= =?UTF-8?q?=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 .playwright-mcp/ 加入仓库忽略规则 - 避免本地浏览器工具临时文件进入提交状态 --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8aca869..af09dda 100644 --- a/.gitignore +++ b/.gitignore @@ -20,6 +20,7 @@ GoNavi-Wails.exe .superpowers/ .claude/ .gemini/ +.playwright-mcp/ **/tmpclaude-* docs/superpowers/ docs/需求追踪/ @@ -28,4 +29,4 @@ CLAUDE.md **/CLAUDE.md .worktrees docs -.tmp_superpowers_edit \ No newline at end of file +.tmp_superpowers_edit