From 4ac1ffdb50bed93447deda082fd299ecd37dc671 Mon Sep 17 00:00:00 2001 From: Florian Schade Date: Mon, 27 Jun 2022 13:29:38 +0200 Subject: [PATCH] ignore go.work files --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 9cce3ac8a..82ae55de5 100644 --- a/.gitignore +++ b/.gitignore @@ -48,3 +48,6 @@ protogen/buf.sha1.lock # third-party-licenses /third-party-licenses + +# misc +go.work