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.
This commit is contained in:
@@ -54,3 +54,6 @@ yarn-error.log*
|
||||
|
||||
# Husky
|
||||
.husky/_
|
||||
|
||||
# Orchestrator reports (generated by QA automation, cleaned up after processing)
|
||||
docs/reports/qa-automation/
|
||||
|
||||
Reference in New Issue
Block a user