diff options
| author | Taras Madan <tarasmadan@google.com> | 2024-02-09 15:23:23 +0100 |
|---|---|---|
| committer | Taras Madan <tarasmadan@google.com> | 2024-02-09 14:58:42 +0000 |
| commit | 77b23aa147a898d1e1912a5f01e6716bbdc3a59e (patch) | |
| tree | b810ca6cdf28ca74fdd9033ee5ec33b114be96d8 /.gitignore | |
| parent | 7f07e9b0e2d1b715e875a446eea8399f9bb8a4b2 (diff) | |
.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"
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 0 insertions, 3 deletions
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 |
