Skip to content

Commit

Permalink
add needed exclusion tags for docs. (#483)
Browse files Browse the repository at this point in the history
  • Loading branch information
gottskalk authored and Jon Wayne Parrott committed Aug 26, 2016
1 parent d082952 commit 49da3b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions appengine/standard/endpoints-frameworks-v2/echo/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@ runtime: python27
threadsafe: true
api_version: 1

#[START_EXCLUDE]
skip_files:
- ^(.*/)?#.*#$
- ^(.*/)?.*~$
- ^(.*/)?.*\.py[co]$
- ^(.*/)?.*/RCS/.*$
- ^(.*/)?\..*$
- ^lib/setuptools/script \(dev\).tmpl$
#[END_EXCLUDE]

handlers:
# The endpoints handler must be mapped to /_ah/api.
Expand Down

0 comments on commit 49da3b9

Please sign in to comment.