Skip to content

Commit e6071ff

Browse files
chore: Ignore auto-generated workflow tracking JSON files
Add .gitignore rule to exclude patterns/debugging/workflow_*.json files which are auto-generated from workflow executions. These files accumulate quickly (96+ files) and contain runtime tracking data that's already consolidated into all_patterns.json. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 95e9a44 commit e6071ff

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,9 @@ patterns/security_demo/
131131
patterns/tech_debt/
132132
patterns/tech_debt_demo/
133133

134+
# Auto-generated workflow tracking files
135+
patterns/debugging/workflow_*.json
136+
134137
# Word temp files
135138
~$*
136139

0 commit comments

Comments
 (0)