Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove skip_files from app.yaml files, as it's no longer needed. #119

Merged
merged 1 commit into from
May 25, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions appengine/analytics/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,4 @@ vm: true
env_variables:
GA_TRACKING_ID: <your-tracking-id>
# [END env]

skip_files:
- ^(.*/)?.*/node_modules/.*$
# [END app_yaml]
3 changes: 0 additions & 3 deletions appengine/bower/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,4 @@
# [START app_yaml]
runtime: nodejs
vm: true

skip_files:
- ^(.*/)?.*/node_modules/.*$
# [END app_yaml]
3 changes: 0 additions & 3 deletions appengine/cloudsql/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,4 @@ env_variables:
MYSQL_PASSWORD: <your-cloudsql-password>
MYSQL_DATABASE: <your-cloudsql-database>
# [END env]

skip_files:
- ^(.*/)?.*/node_modules/.*$
# [END app_yaml]
3 changes: 0 additions & 3 deletions appengine/datastore/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,4 @@ vm: true
env_variables:
GCLOUD_PROJECT: <your-project-id>
# [END env_variables]

skip_files:
- ^(.*/)?.*/node_modules/.*$
# [END app_yaml]
3 changes: 0 additions & 3 deletions appengine/disk/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,5 @@
# [START app_yaml]
runtime: nodejs
vm: true

skip_files:
- ^(.*/)?.*/node_modules/.*$
# [END app_yaml]

3 changes: 0 additions & 3 deletions appengine/endpoints/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@
runtime: nodejs
vm: true

skip_files:
- ^(.*/)?.*/node_modules/.*$

beta_settings:
# Enable Google Cloud Endpoints API management.
use_endpoints_api_management: true
Expand Down
3 changes: 0 additions & 3 deletions appengine/errorreporting/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,4 @@
# [START app_yaml]
runtime: nodejs
vm: true

skip_files:
- ^(.*/)?.*/node_modules/.*$
# [END app_yaml]
3 changes: 0 additions & 3 deletions appengine/express-memcached-session/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,4 @@ runtime: nodejs
vm: true
env_variables:
MEMCACHE_URL: localhost:11211

skip_files:
- ^(.*/)?.*/node_modules/.*$
# [END app_yaml]
3 changes: 0 additions & 3 deletions appengine/express/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,4 @@
# [START app_yaml]
runtime: nodejs
vm: true

skip_files:
- ^(.*/)?.*/node_modules/.*$
# [END app_yaml]
3 changes: 0 additions & 3 deletions appengine/geddy/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,4 @@
# [START app_yaml]
runtime: nodejs
vm: true

skip_files:
- ^(.*/)?.*/node_modules/.*$
# [END app_yaml]
3 changes: 0 additions & 3 deletions appengine/grunt/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,4 @@
# [START app_yaml]
runtime: nodejs
vm: true

skip_files:
- ^(.*/)?.*/node_modules/.*$
# [END app_yaml]
3 changes: 0 additions & 3 deletions appengine/hapi/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,4 @@
# [START app_yaml]
runtime: nodejs
vm: true

skip_files:
- ^(.*/)?.*/node_modules/.*$
# [END app_yaml]
3 changes: 0 additions & 3 deletions appengine/hello-world/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,4 @@
# [START app_yaml]
runtime: nodejs
vm: true

skip_files:
- ^(.*/)?.*/node_modules/.*$
# [END app_yaml]
3 changes: 0 additions & 3 deletions appengine/koa/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,4 @@
# [START app_yaml]
runtime: nodejs
vm: true

skip_files:
- ^(.*/)?.*/node_modules/.*$
# [END app_yaml]
3 changes: 0 additions & 3 deletions appengine/kraken/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,4 @@
# [START app_yaml]
runtime: nodejs
vm: true

skip_files:
- ^(.*/)?.*/node_modules/.*$
# [END app_yaml]
3 changes: 0 additions & 3 deletions appengine/logging/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,4 @@
# [START app_yaml]
runtime: nodejs
vm: true

skip_files:
- ^(.*/)?.*/node_modules/.*$
# [END app_yaml]
3 changes: 0 additions & 3 deletions appengine/loopback/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,4 @@
# [START app_yaml]
runtime: nodejs
vm: true

skip_files:
- ^(.*/)?.*/node_modules/.*$
# [END app_yaml]
3 changes: 0 additions & 3 deletions appengine/mailgun/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,4 @@ runtime: nodejs
vm: true
env_variables:
MAILGUN_API_KEY: <your-mailgun-api-key>

skip_files:
- ^(.*/)?.*/node_modules/.*$
# [END app_yaml]
3 changes: 0 additions & 3 deletions appengine/mailjet/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,4 @@ vm: true
env_variables:
MJ_APIKEY_PUBLIC: <your-mj-apikey-public>
MJ_APIKEY_PRIVATE: <your-mj-apikey-private>

skip_files:
- ^(.*/)?.*/node_modules/.*$
# [END app_yaml]
3 changes: 0 additions & 3 deletions appengine/memcached/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,4 @@ vm: true
beta_settings:
use_memcache_proxy: true
# [END config]

skip_files:
- ^(.*/)?.*/node_modules/.*$
# [END app_yaml]
3 changes: 0 additions & 3 deletions appengine/mongodb/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,4 @@
# [START app_yaml]
runtime: nodejs
vm: true

skip_files:
- ^(.*/)?.*/node_modules/.*$
# [END app_yaml]
4 changes: 0 additions & 4 deletions appengine/parse-server/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,4 @@
# [START app_yaml]
runtime: nodejs
vm: true

skip_files:
# Don't deploy node_modules folder
- ^(.*/)?.*/node_modules/.*$
# [END app_yaml]
3 changes: 0 additions & 3 deletions appengine/pubsub/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,4 @@ env_variables:
# application. It can be any sufficiently random string.
PUBSUB_VERIFICATION_TOKEN: <your-verification-token>
# [END env]

skip_files:
- ^(.*/)?.*/node_modules/.*$
# [END app_yaml]
3 changes: 0 additions & 3 deletions appengine/redis/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,4 @@
# [START app_yaml]
runtime: nodejs
vm: true

skip_files:
- ^(.*/)?.*/node_modules/.*$
# [END app_yaml]
3 changes: 0 additions & 3 deletions appengine/restify/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,4 @@
# [START app_yaml]
runtime: nodejs
vm: true

skip_files:
- ^(.*/)?.*/node_modules/.*$
# [END app_yaml]
3 changes: 0 additions & 3 deletions appengine/sails/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,4 @@
# [START app_yaml]
runtime: nodejs
vm: true

skip_files:
- ^(.*/)?.*/node_modules/.*$
# [END app_yaml]
3 changes: 0 additions & 3 deletions appengine/sendgrid/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,4 @@ env_variables:
SENDGRID_API_KEY: <your-sendgrid-api-key>
SENDGRID_SENDER: <your-sendgrid-sender>
# [END env_variables]

skip_files:
- ^(.*/)?.*/node_modules/.*$
# [END app_yaml]
3 changes: 0 additions & 3 deletions appengine/static-files/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,4 @@
# [START app_yaml]
runtime: nodejs
vm: true

skip_files:
- ^(.*/)?.*/node_modules/.*$
# [END app_yaml]
3 changes: 0 additions & 3 deletions appengine/storage/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,4 @@ env_variables:
GCLOUD_PROJECT: <your-project-id>
GCLOUD_STORAGE_BUCKET: <your-bucket-name>
# [END env]

skip_files:
- ^(.*/)?.*/node_modules/.*$
# [END app_yaml]
3 changes: 0 additions & 3 deletions appengine/twilio/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,4 @@ env_variables:
TWILIO_AUTH_TOKEN: <your-auth-token>
TWILIO_NUMBER: <your-twilio-number>
# [END env_variables]

skip_files:
- ^(.*/)?.*/node_modules/.*$
# [END app_yaml]
3 changes: 0 additions & 3 deletions appengine/webpack/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,4 @@
# [START app_yaml]
runtime: nodejs
vm: true

skip_files:
- ^(.*/)?.*/node_modules/.*$
# [END app_yaml]
3 changes: 0 additions & 3 deletions appengine/websockets/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,4 @@ network:
- 65080
instance_tag: websocket
# [END network]

skip_files:
- ^(.*/)?.*/node_modules/.*$
# [END app_yaml]