chore: ignore go.work local workspace

When building the gomobile binding from a git worktree outside the registry
tree, pkg/client's replace to fn-registry needs an absolute path. A local
go.work (gitignored) supplies it without touching the committed go.mod.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-07 18:16:23 +02:00
parent caf005f04b
commit 380d795ffb
+4
View File
@@ -14,3 +14,7 @@ worker.id
/chat
*.exe
registry.db
# local workspace (no committear: replace absoluto al registry)
go.work
go.work.sum