Skip to content

Commit

Permalink
Adds gcloudignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Prickett committed Jul 27, 2018
1 parent beb12a4 commit d215b4a
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .gcloudignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# 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
#!include:.gitignore

0 comments on commit d215b4a

Please sign in to comment.