File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed
appengine/standard/endpoints-frameworks-v2 Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,14 @@ runtime: python27
22threadsafe : true
33api_version : 1
44
5+ skip_files :
6+ - ^(.*/)?#.*#$
7+ - ^(.*/)?.*~$
8+ - ^(.*/)?.*\.py[co]$
9+ - ^(.*/)?.*/RCS/.*$
10+ - ^(.*/)?\..*$
11+ - ^lib/setuptools/script \(dev\).tmpl$
12+
513handlers :
614# The endpoints handler must be mapped to /_ah/api.
715- url : /_ah/api/.*
Original file line number Diff line number Diff line change @@ -2,6 +2,14 @@ runtime: python27
22threadsafe : true
33api_version : 1
44
5+ skip_files :
6+ - ^(.*/)?#.*#$
7+ - ^(.*/)?.*~$
8+ - ^(.*/)?.*\.py[co]$
9+ - ^(.*/)?.*/RCS/.*$
10+ - ^(.*/)?\..*$
11+ - ^lib/setuptools/script \(dev\).tmpl$
12+
513handlers :
614# The endpoints handler must be mapped to /_ah/api.
715- url : /_ah/api/.*
You can’t perform that action at this time.
0 commit comments