From 33f0f407eb7999c11b9f44aad86565216e47c75d Mon Sep 17 00:00:00 2001 From: Justin Beckwith Date: Tue, 30 Oct 2018 10:00:18 -0700 Subject: [PATCH] chore: include build in eslintignore (#195) --- packages/google-cloud-compute/.eslintignore | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/google-cloud-compute/.eslintignore b/packages/google-cloud-compute/.eslintignore index f6fac98b0a8..f08b0fd1c65 100644 --- a/packages/google-cloud-compute/.eslintignore +++ b/packages/google-cloud-compute/.eslintignore @@ -1,3 +1,4 @@ node_modules/* samples/node_modules/* src/**/doc/* +build/