From 5cf4828dcc6da371348f7a482b24605da45791fc Mon Sep 17 00:00:00 2001 From: Luke Kingland Date: Tue, 25 Apr 2023 21:01:46 +0900 Subject: [PATCH] no longer .gitignore templates go.sum files (#1688) --- .gitignore | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 65e8592d..c64c2e59 100644 --- a/.gitignore +++ b/.gitignore @@ -2,8 +2,6 @@ /func /func_* /cmd/func.yaml -/templates/go/cloudevents/go.sum -/templates/go/http/go.sum /templates/typescript/cloudevents/build /templates/typescript/http/build /coverage.out @@ -30,4 +28,4 @@ __pycache__ # Non relevant vendor files BUILD.bazel OWNERS -OWNERS_ALIASES \ No newline at end of file +OWNERS_ALIASES