From 3f9843d40915c96c62b872d3e1ac9f3a87bbeca4 Mon Sep 17 00:00:00 2001 From: halgrimur Date: Thu, 25 Aug 2016 15:43:24 -0700 Subject: [PATCH] add needed exclusion tags for docs. --- appengine/standard/endpoints-frameworks-v2/echo/app.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/appengine/standard/endpoints-frameworks-v2/echo/app.yaml b/appengine/standard/endpoints-frameworks-v2/echo/app.yaml index 1d0a6df0717..1a2d33ebb29 100644 --- a/appengine/standard/endpoints-frameworks-v2/echo/app.yaml +++ b/appengine/standard/endpoints-frameworks-v2/echo/app.yaml @@ -2,6 +2,7 @@ runtime: python27 threadsafe: true api_version: 1 +#[START_EXCLUDE] skip_files: - ^(.*/)?#.*#$ - ^(.*/)?.*~$ @@ -9,6 +10,7 @@ skip_files: - ^(.*/)?.*/RCS/.*$ - ^(.*/)?\..*$ - ^lib/setuptools/script \(dev\).tmpl$ +#[END_EXCLUDE] handlers: # The endpoints handler must be mapped to /_ah/api.