2019-02-07 00:13:16 +00:00
|
|
|
# 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
|
2019-06-04 09:08:04 +01:00
|
|
|
.idea
|
2019-02-07 00:13:16 +00:00
|
|
|
|
|
|
|
# Python pycache:
|
|
|
|
__pycache__/
|
|
|
|
# Ignored by the build system
|
2019-02-18 23:20:19 +00:00
|
|
|
/setup.cfg
|
|
|
|
|
|
|
|
env
|
2020-01-19 23:54:06 +00:00
|
|
|
venv
|
2019-06-03 15:53:58 +01:00
|
|
|
node_modules/
|