From 77b23aa147a898d1e1912a5f01e6716bbdc3a59e Mon Sep 17 00:00:00 2001 From: Taras Madan Date: Fri, 9 Feb 2024 15:23:23 +0100 Subject: .gcloudignore: enable blacklist gcloud beta app deploy in GOMOD uploads 1.7G of data. There is a way to see what files were recently uploaded. Let's get working solution first and review how can we reduce 1.7G to the current 30M. To see what files are uploaded: $ version=$(gcloud app --project=syzkaller versions list --sort-by '~version' --format='value(version.id)' --hide-no-traffic --limit=1) $ gcloud app --project=syzkaller versions describe --service=default "$version" --- .gitignore | 3 --- 1 file changed, 3 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 6f43ef1ae..5b2ccb982 100644 --- a/.gitignore +++ b/.gitignore @@ -19,9 +19,6 @@ sys/*/gen/*.go executor/defs.h executor/syscalls.h -# produced by gcloud command -dashboard/app/.gcloudignore - # jetbrains goland .idea -- cgit mrf-deployment