From 664e622fbb5d528e14d42da7baf9505b79f3d041 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Sun, 6 Feb 2022 17:08:22 +0200 Subject: Initial commit --- deploy-ui-gcs/.gcloudignore | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 deploy-ui-gcs/.gcloudignore (limited to 'deploy-ui-gcs/.gcloudignore') diff --git a/deploy-ui-gcs/.gcloudignore b/deploy-ui-gcs/.gcloudignore new file mode 100644 index 0000000..ccc4eb2 --- /dev/null +++ b/deploy-ui-gcs/.gcloudignore @@ -0,0 +1,16 @@ +# This file specifies files that are *not* uploaded to Google Cloud Platform +# using gcloud. It follows the same syntax as .gitignore, with the addition of +# "#!include" directives (which insert the entries of the given .gitignore-style +# file at that point). +# +# For more information, run: +# $ gcloud topic gcloudignore +# +.gcloudignore +# If you would like to upload your .git directory, .gitignore file or files +# from your .gitignore file, remove the corresponding line +# below: +.git +.gitignore + +node_modules -- cgit v1.3