chore: gitignore postmortem report output
The postmortem skill writes per-run reports under docs/postmortems/. Those are session artifacts, not source — ignore them so running the skill inside this repo leaves no tracked output.
This commit is contained in:
@@ -2,3 +2,6 @@
|
||||
*.swp
|
||||
*.bak
|
||||
*~
|
||||
|
||||
# postmortem skill output — reports are per-run artifacts, not tracked
|
||||
docs/postmortems/
|
||||
|
||||
Reference in New Issue
Block a user