From 3c5fd1a85eb48f21d8cfe80eca7d632259be80cb Mon Sep 17 00:00:00 2001 From: Justin Van Patten Date: Wed, 27 Dec 2023 21:06:20 -0800 Subject: [PATCH] Ignore user-provided go.work files (#1301) Ignore user-provided go.work files --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 739001ef0ca..6f7176ac882 100644 --- a/.gitignore +++ b/.gitignore @@ -50,3 +50,7 @@ pulumi-python-shim.cmd pulumi-analyzer-policy.cmd pulumi-analyzer-policy-python.cmd **/*.hprof + +# Ignore user-provided go.work files. +/go.work +/go.work.sum