From 32df63621fff435e6be4f27354bd68b4dcb7343f Mon Sep 17 00:00:00 2001 From: ace-pm Date: Wed, 15 Apr 2026 15:01:53 +0200 Subject: [PATCH] chore: add .gsd/ to .gitignore .gsd/ is generated at runtime by sf-run and should not be committed. Co-Authored-By: Claude Opus 4.6 (1M context) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 01b33ad11..1f1e564e1 100644 --- a/.gitignore +++ b/.gitignore @@ -72,6 +72,7 @@ docs/coherence-audit/ # ── SF project state (per-worktree, never committed) ── .sf/ +.gsd/ # ── Stale lock files (npm is canonical) ── pnpm-lock.yaml