From 1e58ef4efa4d47fe77c490cd9ddc359330a18f9d Mon Sep 17 00:00:00 2001 From: jianglai Date: Tue, 23 Apr 2019 12:47:53 -0700 Subject: [PATCH] Exclude files under repos/ from being uploaded to Cloud Build When submitting a Cloud Build job from the command line, we do not want to include files under repos/, which can amount to almost a Gig. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=244906528 --- .gcloudignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gcloudignore b/.gcloudignore index 5f328ec1f..1b91aba63 100644 --- a/.gcloudignore +++ b/.gcloudignore @@ -4,3 +4,4 @@ bazel-*/** gradle/**/build/** gradle/**/WEB-INF/** gradle/.*/** +repos/**