From 3e50f59ca49cd3edf620decb4cf665402f2cdd1f Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Sun, 17 Dec 2023 17:33:01 +0900 Subject: [PATCH] all: add go.work and go.work.sum to .gitignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 93fe57bce..14ecd3c00 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,5 @@ *.tar.gz .idea .vscode +go.work +go.work.sum