From 380d795ffbca0b032470fe75347a2f811ce2422b Mon Sep 17 00:00:00 2001 From: Egutierrez Date: Sun, 7 Jun 2026 18:16:23 +0200 Subject: [PATCH] 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) --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index ddb3435c..c074563e 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,7 @@ worker.id /chat *.exe registry.db + +# local workspace (no committear: replace absoluto al registry) +go.work +go.work.sum