We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e79cb1 commit 8446c64Copy full SHA for 8446c64
.gcloudignore
@@ -1 +1,25 @@
1
+# This file specifies files that are *not* uploaded to Google Cloud Platform
2
+# using gcloud. It follows the same syntax as .gitignore, with the addition of
3
+# "#!include" directives (which insert the entries of the given .gitignore-style
4
+# file at that point).
5
+#
6
+# For more information, run:
7
+# $ gcloud topic gcloudignore
8
9
+.gcloudignore
10
+
11
+# If you would like to upload your .git directory, .gitignore file or files
12
+# from your .gitignore file, remove the corresponding line
13
+# below:
14
+.git
15
+.gitignore
16
17
+# Python pycache:
18
+__pycache__/
19
20
+# Virtualenv used for testing sometimes
21
venv
22
23
+# Stupid macOS bullshit
24
+.DS_Store
25
+**/.DS_Store
0 commit comments