Skip to content

Commit 8446c64

Browse files
committed
Add a bunch of files to .gcloudignore
1 parent 4e79cb1 commit 8446c64

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.gcloudignore

+24
Original file line numberDiff line numberDiff line change
@@ -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
121
venv
22+
23+
# Stupid macOS bullshit
24+
.DS_Store
25+
**/.DS_Store

0 commit comments

Comments
 (0)