From 8438779d6fdf74115d4523fc8ba40c5edb0a9d86 Mon Sep 17 00:00:00 2001 From: Michael Plump Date: Wed, 26 Feb 2020 10:22:02 -0500 Subject: [PATCH] chore(gcb build): add a .gcloudignore (#542) --- .gcloudignore | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gcloudignore diff --git a/.gcloudignore b/.gcloudignore new file mode 100644 index 000000000..863d57bfd --- /dev/null +++ b/.gcloudignore @@ -0,0 +1,7 @@ +# By default, everything inside .gitignore (as well as the .git directory and +# the .gitignore file itself) is not uploaded to Google Cloud Build. But the +# bintray publishing task requires the .git directory to uploaded. +# +# Adding this file overrides the default, so everything gets uploaded, but we +# still want to exclude the large .gradle cache directory. +.gradle