From 721d6d15c5287e165ba894f4316ecd952b30aa36 Mon Sep 17 00:00:00 2001 From: Jason Woltje Date: Thu, 5 Feb 2026 16:12:15 -0600 Subject: [PATCH] chore: Add orchestrator report directory to .gitignore QA automation reports in docs/reports/qa-automation/ are ephemeral and should not be committed. They are cleaned up by the orchestrator after task completion. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 33ffe68..aefd319 100644 --- a/.gitignore +++ b/.gitignore @@ -54,3 +54,6 @@ yarn-error.log* # Husky .husky/_ + +# Orchestrator reports (generated by QA automation, cleaned up after processing) +docs/reports/qa-automation/