From 2e7181f7d399ba74744ed986e82afacc974483c2 Mon Sep 17 00:00:00 2001 From: Hossein Mayboudi Date: Mon, 17 Apr 2023 17:50:36 +0330 Subject: [PATCH] Update Go.gitignore Add go.work.sum to Go.gitignore. --- Go.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Go.gitignore b/Go.gitignore index 3b735ec4..6f6f5e6a 100644 --- a/Go.gitignore +++ b/Go.gitignore @@ -19,3 +19,4 @@ # Go workspace file go.work +go.work.sum