From 598846919a4a6ef2f5889b3b31a4b61659a2a587 Mon Sep 17 00:00:00 2001 From: BobbieBarker <4307099+BobbieBarker@users.noreply.github.com> Date: Thu, 18 Jun 2026 21:34:27 -0700 Subject: [PATCH] chore: gitignore .playwright-mcp Keep local Playwright MCP artifacts out of the repo so they can't be committed by accident. Co-Authored-By: Claude Opus 4.8 (1M context) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 09e43d5..68ac314 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ erl_crash.dump schema_cache-*.tar /tmp/ .elixir_ls/ +.playwright-mcp/