From 6ec1c281112f4256b2da98a94c49d1ea6dbb1629 Mon Sep 17 00:00:00 2001 From: Brummel Date: Tue, 2 Jun 2026 16:17:20 +0200 Subject: [PATCH] chore: gitignore postmortem report output MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index fc409a7..c9f1662 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,6 @@ *.swp *.bak *~ + +# postmortem skill output — reports are per-run artifacts, not tracked +docs/postmortems/