Skip to content

Commit 4cc68f1

Browse files
author
Ace Nassri
authored
Add gcloudignore (#925)
1 parent 5406af0 commit 4cc68f1

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

functions/slack/.gcloudignore

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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+
# If you would like to upload your .git directory, .gitignore file or files
11+
# from your .gitignore file, remove the corresponding line
12+
# below:
13+
.git
14+
.gitignore
15+
16+
node_modules

0 commit comments

Comments
 (0)