From 19bb0e56a6d17134a144409d5d3117efebb920a3 Mon Sep 17 00:00:00 2001 From: Egutierrez Date: Sun, 7 Jun 2026 22:14:44 +0200 Subject: [PATCH] chore: gitignore go.work for /tmp worktree resolution go.work resolves the fn-registry replace to an absolute path when the worktree lives outside the parent tree; it is local-only and must not be committed. Co-Authored-By: Claude Opus 4.8 (1M context) --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index ddb3435c..a42f5d77 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,7 @@ worker.id /chat *.exe registry.db + +# local worktree resolution (do not commit) +go.work +go.work.sum