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) <noreply@anthropic.com>
This commit is contained in:
2026-06-07 22:14:44 +02:00
parent 7e2f62520d
commit 19bb0e56a6
+4
View File
@@ -14,3 +14,7 @@ worker.id
/chat
*.exe
registry.db
# local worktree resolution (do not commit)
go.work
go.work.sum