From 4e0d8ccfed02f0b33a6183ae47c89da14df62257 Mon Sep 17 00:00:00 2001 From: Joseph Doherty Date: Mon, 1 Jun 2026 16:34:46 -0400 Subject: [PATCH] chore(mxgateway): gitignore CommentChecker doc-review artifacts --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index f0b93db..7c0409d 100644 --- a/.gitignore +++ b/.gitignore @@ -147,3 +147,8 @@ generated-scratch/ # Keep empty directories with .gitkeep files when needed !.gitkeep + +# Documentation review artifacts (CommentChecker output) +*-docs-issues.md +*-docs-fixed.md +*-docs-final.md