Skip to content

Commit 49da3b9

Browse files
gottskalkJon Wayne Parrott
authored and
Jon Wayne Parrott
committed
add needed exclusion tags for docs. (#483)
1 parent d082952 commit 49da3b9

File tree

1 file changed

+2
-0
lines changed
  • appengine/standard/endpoints-frameworks-v2/echo

1 file changed

+2
-0
lines changed

appengine/standard/endpoints-frameworks-v2/echo/app.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@ runtime: python27
22
threadsafe: true
33
api_version: 1
44

5+
#[START_EXCLUDE]
56
skip_files:
67
- ^(.*/)?#.*#$
78
- ^(.*/)?.*~$
89
- ^(.*/)?.*\.py[co]$
910
- ^(.*/)?.*/RCS/.*$
1011
- ^(.*/)?\..*$
1112
- ^lib/setuptools/script \(dev\).tmpl$
13+
#[END_EXCLUDE]
1214

1315
handlers:
1416
# The endpoints handler must be mapped to /_ah/api.

0 commit comments

Comments
 (0)