From 091adf847e66d447d704f77b9035c9a1a87016ee Mon Sep 17 00:00:00 2001 From: Patricia Salajova Date: Mon, 27 Apr 2026 15:01:36 +0200 Subject: [PATCH] Add go.work to gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index cbf82d48499..ae8074a0dbd 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,10 @@ index.js # vscode .vscode/ +# go workspace +go.work +go.work.sum + # default working dir /job-aggregator-working-dir # go built binary