From 5421609cfd505b31b924bf55fa9c5e897826176d 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/**