tool · inferred from evidence
gcloud
A command-line tool for interacting with Google Cloud services, used here for submitting remote builds and managing ignore behavior.
- Remote Cloud Build excludes the .git directory from the build context
gcloud's default ignore behavior always excludes .git from the upload tarball, and it does so silently. To include it, override the ignore rules: create an empty .gcloudignore (`touch .gcloudignore`), write a .gcloudignore that does not ign