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
2
2
threadsafe : true
3
3
api_version : 1
4
4
5
+ skip_files :
6
+ - ^(.*/)?#.*#$
7
+ - ^(.*/)?.*~$
8
+ - ^(.*/)?.*\.py[co]$
9
+ - ^(.*/)?.*/RCS/.*$
10
+ - ^(.*/)?\..*$
11
+ - ^lib/setuptools/script \(dev\).tmpl$
12
+
5
13
handlers :
6
14
# The endpoints handler must be mapped to /_ah/api.
7
15
- url : /_ah/api/.*
Original file line number Diff line number Diff line change @@ -2,6 +2,14 @@ runtime: python27
2
2
threadsafe : true
3
3
api_version : 1
4
4
5
+ skip_files :
6
+ - ^(.*/)?#.*#$
7
+ - ^(.*/)?.*~$
8
+ - ^(.*/)?.*\.py[co]$
9
+ - ^(.*/)?.*/RCS/.*$
10
+ - ^(.*/)?\..*$
11
+ - ^lib/setuptools/script \(dev\).tmpl$
12
+
5
13
handlers :
6
14
# The endpoints handler must be mapped to /_ah/api.
7
15
- url : /_ah/api/.*
You can’t perform that action at this time.
0 commit comments