You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
343 B
23 lines
343 B
4 months ago
|
runtime: python27
|
||
|
api_version: 1
|
||
|
threadsafe: true
|
||
|
service: worker
|
||
|
|
||
|
handlers:
|
||
|
- url: /.*
|
||
|
script: webapp.src.worker_main.app
|
||
|
login: admin
|
||
|
|
||
|
# [START exclude]
|
||
|
skip_files:
|
||
|
- ^(.*/)?#.*#$
|
||
|
- ^(.*/)?.*~$
|
||
|
- ^(.*/)?.*\.py[co]$
|
||
|
- ^(.*/)?.*/RCS/.*$
|
||
|
- ^(.*/)?\..*$
|
||
|
- ^script/*$
|
||
|
- .*_test.py$
|
||
|
- ^(.*/)?frontend/(.*)
|
||
|
- ^(.*/)?\.idea/(.*)
|
||
|
# [END exclude]
|