From 3a325504ec150804de115186b2bf0c0a2ee46987 Mon Sep 17 00:00:00 2001 From: Mike Teehan Date: Tue, 23 Jun 2026 05:34:16 +0000 Subject: [PATCH] gitignore: broaden PLAN.md pattern to *PLAN.md --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e6b49eb..6bc56b7 100644 --- a/.gitignore +++ b/.gitignore @@ -15,7 +15,7 @@ __pycache__/ # Local AI tool config (contains internal hostnames) opencode.json opencode.json.pwenv -PLAN.md +*PLAN.md # Playwright MCP artifacts .playwright-mcp/