From b80127683923d61d471bf957cf19ae7ba131ff8b Mon Sep 17 00:00:00 2001 From: Summer Ji Date: Wed, 8 Dec 2021 10:54:36 -0800 Subject: [PATCH] feat: add eslintignore for sameple generated code (#1302) --- synthtool/gcp/templates/node_library/.eslintignore | 1 + 1 file changed, 1 insertion(+) diff --git a/synthtool/gcp/templates/node_library/.eslintignore b/synthtool/gcp/templates/node_library/.eslintignore index 9340ad9b8..ea5b04aeb 100644 --- a/synthtool/gcp/templates/node_library/.eslintignore +++ b/synthtool/gcp/templates/node_library/.eslintignore @@ -4,3 +4,4 @@ test/fixtures build/ docs/ protos/ +samples/generated/