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