From 32580781c870d029631075c5fe52d3ab057ed0ca Mon Sep 17 00:00:00 2001 From: Jose Lago Date: Sun, 17 May 2026 13:39:26 +0200 Subject: [PATCH] chore: add .playwright-mcp to .gitignore to prevent committing Playwright configuration files --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index b57e9ea..98202d3 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,5 @@ docker-compose.override.yml # Generated at container start by 99-config.sh — never commit frontend/config.js + +.playwright-mcp