We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f916eb8 commit f29f26dCopy full SHA for f29f26d
appengine/standard/endpoints-frameworks-v2/echo/app.yaml
@@ -2,6 +2,14 @@ runtime: python27
2
threadsafe: true
3
api_version: 1
4
5
+skip_files:
6
+- ^(.*/)?#.*#$
7
+- ^(.*/)?.*~$
8
+- ^(.*/)?.*\.py[co]$
9
+- ^(.*/)?.*/RCS/.*$
10
+- ^(.*/)?\..*$
11
+- ^lib/setuptools/script \(dev\).tmpl$
12
+
13
handlers:
14
# The endpoints handler must be mapped to /_ah/api.
15
- url: /_ah/api/.*
appengine/standard/endpoints-frameworks-v2/quickstart/app.yaml
0 commit comments