From c79878b09479255eb7bf24e5c661d2d0b0687c21 Mon Sep 17 00:00:00 2001 From: Ethan Reesor Date: Thu, 6 Aug 2020 13:07:27 -0500 Subject: [PATCH] Ignore testdata module cache --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 25909590ca..0f8ea22dc7 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,7 @@ cmd/gitaly-wrapper/gitaly-wrapper /internal/service/smarthttp/testdata /internal/testhelper/testdata/data /internal/testhelper/testdata/gitaly-libexec +/internal/testhelper/testdata/home/go/pkg/mod /*.toml /.ruby-bundle /ruby/vendor/bundle -- GitLab