chore: Add orchestrator report directory to .gitignore
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

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.
This commit is contained in:
Jason Woltje
2026-02-05 16:12:15 -06:00
parent 3055bd2d85
commit 721d6d15c5

3
.gitignore vendored
View File

@@ -54,3 +54,6 @@ yarn-error.log*
# Husky
.husky/_
# Orchestrator reports (generated by QA automation, cleaned up after processing)
docs/reports/qa-automation/