There was an error while loading. Please reload this page.
1 parent d082952 commit 49da3b9Copy full SHA for 49da3b9
appengine/standard/endpoints-frameworks-v2/echo/app.yaml
@@ -2,13 +2,15 @@ runtime: python27
2
threadsafe: true
3
api_version: 1
4
5
+#[START_EXCLUDE]
6
skip_files:
7
- ^(.*/)?#.*#$
8
- ^(.*/)?.*~$
9
- ^(.*/)?.*\.py[co]$
10
- ^(.*/)?.*/RCS/.*$
11
- ^(.*/)?\..*$
12
- ^lib/setuptools/script \(dev\).tmpl$
13
+#[END_EXCLUDE]
14
15
handlers:
16
# The endpoints handler must be mapped to /_ah/api.
0 commit comments