From 279968c9efe5e71934c0d2696303b4bff9ac3beb Mon Sep 17 00:00:00 2001 From: augushong Date: Sun, 24 May 2026 11:55:04 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=20.gitignore=20?= =?UTF-8?q?=E5=BF=BD=E7=95=A5=E6=96=87=E4=BB=B6?= 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 70e2830..f51b44f 100644 --- a/.gitignore +++ b/.gitignore @@ -49,4 +49,5 @@ extend/base/common/command/curd/migrate_output.php .trae/documents/ /docker-dev/ /.sisyphus -/.omo \ No newline at end of file +/.omo +/.playwright-mcp \ No newline at end of file