OLD | NEW |
---|---|
(Empty) | |
1 application: www-crbug | |
2 version: 1 | |
3 runtime: python27 | |
4 api_version: 1 | |
5 threadsafe: true | |
6 | |
7 handlers: | |
8 - url: /.* | |
9 script: redirect.application | |
10 | |
11 builtins: | |
12 - appstats: on | |
13 - deferred: on | |
14 | |
15 skip_files: | |
16 - ^(.*/)?app\.yaml | |
17 - ^(.*/)?app\.yml | |
18 - ^(.*/)?index\.yaml | |
19 - ^(.*/)?index\.yml | |
20 - ^(.*/)?#.*# | |
21 - ^(.*/)?.*~ | |
22 - ^(.*/)?.*\.py[co] | |
23 - ^(.*/)?.*/RCS/.* | |
24 - ^(.*/)?\..* | |
25 - ^(.*/)?.*\.bak$ | |
26 - tests/(.*/)?.* | |
OLD | NEW |