From 2249a350f5fd7784e093e5c04974a505170b3c19 Mon Sep 17 00:00:00 2001 From: Tang Bohao Date: Sun, 16 Aug 2026 12:51:14 +0800 Subject: [PATCH] chore: ignore .mstar process artifacts + .worktrees (canonical harness ignore) --- .gitignore | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 4040473..81bb478 100644 --- a/.gitignore +++ b/.gitignore @@ -11,15 +11,16 @@ coverage/ # Morning Star harness (.mstar/) # Principle: process stays local; results are shared with the team. # Ignored (process / coordination): -.mstar/agent-flow.jsonl -.mstar/archived/ -.mstar/iterations/ -.mstar/notes.json -.mstar/plans/ -.mstar/sdd/ -.mstar/status.json +.mstar/** +!.mstar/knowledge/ +!.mstar/knowledge/** +!.mstar/specs/ +!.mstar/specs/** # Tracked (results): .mstar/AGENTS.md, .mstar/knowledge/, .mstar/specs/ +# Git worktrees (local feature-worktree housing) +.worktrees/ + # Editor / OS .DS_Store .idea/