From 70d1d96c57d9150116308555473c33ee305ea593 Mon Sep 17 00:00:00 2001 From: liangxu Date: Sat, 18 Apr 2026 22:13:38 +0800 Subject: [PATCH] chore: update .gitignore to include Playwright and log files --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 5faac87..db3a13b 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,6 @@ apps/*/chrome-mv*/ apps/*/firefox-mv*/ .claude .superpowers/* +.playwright-mcp/* +*.log +*.tmp \ No newline at end of file