From 3e57a0bd138fa9b7d00dbb541c4ec102ef6b3262 Mon Sep 17 00:00:00 2001 From: Mike Spreitzer Date: Fri, 5 May 2023 11:15:50 -0400 Subject: [PATCH] Add go.work and go.work.sum to .gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index de1b35148e5..844f2504025 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,7 @@ +# gopls gets indigestion without go.work, CI gets indigestion WITH go.work +/go.work +/go.work.sum + # OSX leaves these everywhere on SMB shares ._*