8000 Fix exclude for "script (dev).tmpl" (#492) · ebadia/python-docs-samples@2d199c1 · GitHub
[go: up one dir, main page]

Skip to content < 8000 span style="width: 0%;" data-view-component="true" class="Progress-item progress-pjax-loader-bar left-0 top-0 color-bg-accent-emphasis">

Commit 2d199c1

Browse files
saicheemsJon Wayne Parrott
authored andcommitted
Fix exclude for "script (dev).tmpl" (GoogleCloudPlatform#492)
1 parent 7fd8a2d commit 2d199c1

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ skip_files:
99
- ^(.*/)?.*\.py[co]$
1010
- ^(.*/)?.*/RCS/.*$
1111
- ^(.*/)?\..*$
12-
- ^lib/setuptools/script \(dev\).tmpl$
12+
- ^(.*/)?setuptools/script \(dev\).tmpl$
1313
#[END_EXCLUDE]
1414

1515
handlers:

0 commit comments

Comments
 (0)
0