From 29af0a9ae3a7e08a7ef3019cb152e9257b000c06 Mon Sep 17 00:00:00 2001 From: Reza Rezvani Date: Fri, 6 Mar 2026 14:47:47 +0100 Subject: [PATCH] chore: update gitignore for audit reports and playwright cache --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9d75929..e5b1c02 100644 --- a/.gitignore +++ b/.gitignore @@ -31,9 +31,10 @@ ARTICLE-FEEDBACK-AND-OPTIMIZED-VERSION.md CLAUDE-CODE-LOCAL-MAC-PROMPT.md CLAUDE-CODE-SEO-FIX-COPYPASTE.md GITHUB_ISSUE_RESPONSES.md - +AUDIT_REPORT.md # Archive folder (historical/backup files) archive/ # MkDocs build output site/ +.playwright-mcp/ \ No newline at end of file