Skip to content

Commit 92b9cb5

Browse files
committed
Merge pull request GoogleCloudPlatform#119 from GoogleCloudPlatform/remove-skip-files
Remove skip_files from app.yaml files, as it's no longer needed.
2 parents 8b19db4 + e783b2f commit 92b9cb5

File tree

32 files changed

+0
-97
lines changed

32 files changed

+0
-97
lines changed

appengine/analytics/app.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,4 @@ vm: true
1919
env_variables:
2020
GA_TRACKING_ID: <your-tracking-id>
2121
# [END env]
22-
23-
skip_files:
24-
- ^(.*/)?.*/node_modules/.*$
2522
# [END app_yaml]

appengine/bower/app.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,4 @@
1414
# [START app_yaml]
1515
runtime: nodejs
1616
vm: true
17-
18-
skip_files:
19-
- ^(.*/)?.*/node_modules/.*$
2017
# [END app_yaml]

appengine/cloudsql/app.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,4 @@ env_variables:
2424
MYSQL_PASSWORD: <your-cloudsql-password>
2525
MYSQL_DATABASE: <your-cloudsql-database>
2626
# [END env]
27-
28-
skip_files:
29-
- ^(.*/)?.*/node_modules/.*$
3027
# [END app_yaml]

appengine/datastore/app.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,4 @@ vm: true
1919
env_variables:
2020
GCLOUD_PROJECT: <your-project-id>
2121
# [END env_variables]
22-
23-
skip_files:
24-
- ^(.*/)?.*/node_modules/.*$
2522
# [END app_yaml]

appengine/disk/app.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,5 @@
1414
# [START app_yaml]
1515
runtime: nodejs
1616
vm: true
17-
18-
skip_files:
19-
- ^(.*/)?.*/node_modules/.*$
2017
# [END app_yaml]
2118

appengine/endpoints/app.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@
1414
runtime: nodejs
1515
vm: true
1616

17-
skip_files:
18-
- ^(.*/)?.*/node_modules/.*$
19-
2017
beta_settings:
2118
# Enable Google Cloud Endpoints API management.
2219
use_endpoints_api_management: true

appengine/errorreporting/app.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,4 @@
1414
# [START app_yaml]
1515
runtime: nodejs
1616
vm: true
17-
18-
skip_files:
19-
- ^(.*/)?.*/node_modules/.*$
2017
# [END app_yaml]

appengine/express-memcached-session/app.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,4 @@ runtime: nodejs
1616
vm: true
1717
env_variables:
1818
MEMCACHE_URL: localhost:11211
19-
20-
skip_files:
21-
- ^(.*/)?.*/node_modules/.*$
2219
# [END app_yaml]

appengine/express/app.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,4 @@
1414
# [START app_yaml]
1515
runtime: nodejs
1616
vm: true
17-
18-
skip_files:
19-
- ^(.*/)?.*/node_modules/.*$
2017
# [END app_yaml]

appengine/geddy/app.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,4 @@
1414
# [START app_yaml]
1515
runtime: nodejs
1616
vm: true
17-
18-
skip_files:
19-
- ^(.*/)?.*/node_modules/.*$
2017
# [END app_yaml]

appengine/grunt/app.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,4 @@
1414
# [START app_yaml]
1515
runtime: nodejs
1616
vm: true
17-
18-
skip_files:
19-
- ^(.*/)?.*/node_modules/.*$
2017
# [END app_yaml]

appengine/hapi/app.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,4 @@
1414
# [START app_yaml]
1515
runtime: nodejs
1616
vm: true
17-
18-
skip_files:
19-
- ^(.*/)?.*/node_modules/.*$
2017
# [END app_yaml]

appengine/hello-world/app.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,4 @@
1414
# [START app_yaml]
1515
runtime: nodejs
1616
vm: true
17-
18-
skip_files:
19-
- ^(.*/)?.*/node_modules/.*$
2017
# [END app_yaml]

appengine/koa/app.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,4 @@
1414
# [START app_yaml]
1515
runtime: nodejs
1616
vm: true
17-
18-
skip_files:
19-
- ^(.*/)?.*/node_modules/.*$
2017
# [END app_yaml]

appengine/kraken/app.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,4 @@
1414
# [START app_yaml]
1515
runtime: nodejs
1616
vm: true
17-
18-
skip_files:
19-
- ^(.*/)?.*/node_modules/.*$
2017
# [END app_yaml]

appengine/logging/app.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,4 @@
1414
# [START app_yaml]
1515
runtime: nodejs
1616
vm: true
17-
18-
skip_files:
19-
- ^(.*/)?.*/node_modules/.*$
2017
# [END app_yaml]

appengine/loopback/app.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,4 @@
1414
# [START app_yaml]
1515
runtime: nodejs
1616
vm: true
17-
18-
skip_files:
19-
- ^(.*/)?.*/node_modules/.*$
2017
# [END app_yaml]

appengine/mailgun/app.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,4 @@ runtime: nodejs
1616
vm: true
1717
env_variables:
1818
MAILGUN_API_KEY: <your-mailgun-api-key>
19-
20-
skip_files:
21-
- ^(.*/)?.*/node_modules/.*$
2219
# [END app_yaml]

appengine/mailjet/app.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,4 @@ vm: true
1717
env_variables:
1818
MJ_APIKEY_PUBLIC: <your-mj-apikey-public>
1919
MJ_APIKEY_PRIVATE: <your-mj-apikey-private>
20-
21-
skip_files:
22-
- ^(.*/)?.*/node_modules/.*$
2320
# [END app_yaml]

appengine/memcached/app.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,4 @@ vm: true
1919
beta_settings:
2020
use_memcache_proxy: true
2121
# [END config]
22-
23-
skip_files:
24-
- ^(.*/)?.*/node_modules/.*$
2522
# [END app_yaml]

appengine/mongodb/app.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,4 @@
1414
# [START app_yaml]
1515
runtime: nodejs
1616
vm: true
17-
18-
skip_files:
19-
- ^(.*/)?.*/node_modules/.*$
2017
# [END app_yaml]

appengine/parse-server/app.yaml

-4
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,4 @@
1414
# [START app_yaml]
1515
runtime: nodejs
1616
vm: true
17-
18-
skip_files:
19-
# Don't deploy node_modules folder
20-
- ^(.*/)?.*/node_modules/.*$
2117
# [END app_yaml]

appengine/pubsub/app.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,4 @@ env_variables:
2323
# application. It can be any sufficiently random string.
2424
PUBSUB_VERIFICATION_TOKEN: <your-verification-token>
2525
# [END env]
26-
27-
skip_files:
28-
- ^(.*/)?.*/node_modules/.*$
2926
# [END app_yaml]

appengine/redis/app.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,4 @@
1414
# [START app_yaml]
1515
runtime: nodejs
1616
vm: true
17-
18-
skip_files:
19-
- ^(.*/)?.*/node_modules/.*$
2017
# [END app_yaml]

appengine/restify/app.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,4 @@
1414
# [START app_yaml]
1515
runtime: nodejs
1616
vm: true
17-
18-
skip_files:
19-
- ^(.*/)?.*/node_modules/.*$
2017
# [END app_yaml]

appengine/sails/app.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,4 @@
1414
# [START app_yaml]
1515
runtime: nodejs
1616
vm: true
17-
18-
skip_files:
19-
- ^(.*/)?.*/node_modules/.*$
2017
# [END app_yaml]

appengine/sendgrid/app.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,4 @@ env_variables:
2020
SENDGRID_API_KEY: <your-sendgrid-api-key>
2121
SENDGRID_SENDER: <your-sendgrid-sender>
2222
# [END env_variables]
23-
24-
skip_files:
25-
- ^(.*/)?.*/node_modules/.*$
2623
# [END app_yaml]

appengine/static-files/app.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,4 @@
1414
# [START app_yaml]
1515
runtime: nodejs
1616
vm: true
17-
18-
skip_files:
19-
- ^(.*/)?.*/node_modules/.*$
2017
# [END app_yaml]

appengine/storage/app.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,4 @@ env_variables:
2020
GCLOUD_PROJECT: <your-project-id>
2121
GCLOUD_STORAGE_BUCKET: <your-bucket-name>
2222
# [END env]
23-
24-
skip_files:
25-
- ^(.*/)?.*/node_modules/.*$
2623
# [END app_yaml]

appengine/twilio/app.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,4 @@ env_variables:
2121
TWILIO_AUTH_TOKEN: <your-auth-token>
2222
TWILIO_NUMBER: <your-twilio-number>
2323
# [END env_variables]
24-
25-
skip_files:
26-
- ^(.*/)?.*/node_modules/.*$
2724
# [END app_yaml]

appengine/webpack/app.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,4 @@
1414
# [START app_yaml]
1515
runtime: nodejs
1616
vm: true
17-
18-
skip_files:
19-
- ^(.*/)?.*/node_modules/.*$
2017
# [END app_yaml]

appengine/websockets/app.yaml

-3
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,4 @@ network:
2323
- 65080
2424
instance_tag: websocket
2525
# [END network]
26-
27-
skip_files:
28-
- ^(.*/)?.*/node_modules/.*$
2926
# [END app_yaml]

0 commit comments

Comments
 (0)