From c8e6886d47b050afefbdf44a987b70d6deedc8bb Mon Sep 17 00:00:00 2001 From: Julian Cuni Date: Sun, 3 May 2026 20:23:48 +0200 Subject: [PATCH] Update .gitignore to include .playwright-mcp directory --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index cb4929e..dfe10e3 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ .obsidian/workspace-mobile.json .obsidian/cache .obsidian/plugins/*/data.json -.claude/ \ No newline at end of file +.claude/ +.playwright-mcp \ No newline at end of file