From 35cae7d3a8ebd7ab2607af6c41d9fa57ce246120 Mon Sep 17 00:00:00 2001 From: Luke Watts Date: Mon, 15 Apr 2024 13:31:24 +0200 Subject: [PATCH] chore: ignore go sum --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 07ff951e16..bc217c5e4f 100644 --- a/.gitignore +++ b/.gitignore @@ -49,3 +49,4 @@ coverage test/fixtures/basic-swift/.build test/fixtures/basic-swift/Package.resolved scripts/Brewfile.lock.json +test/fixtures/**/go.sum \ No newline at end of file