From 2f46e1fad5990aee32f3615f2935dd102908b296 Mon Sep 17 00:00:00 2001 From: Martin Date: Sun, 10 May 2026 12:21:17 +0200 Subject: [PATCH] Add .continue/ and .playwright-mcp/ to .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index c4d1f8b..f9a380f 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,5 @@ *.py /node_modules/ package-lock.json +.continue/ +.playwright-mcp/