From 116c1f01c1c02189796e6472f355f718f77d19ae Mon Sep 17 00:00:00 2001 From: Steven Loria Date: Thu, 26 Jul 2018 19:21:40 -0400 Subject: [PATCH] Ignore built file in example/ --- .eslintignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintignore b/.eslintignore index 272a932..319afcc 100644 --- a/.eslintignore +++ b/.eslintignore @@ -2,3 +2,4 @@ **/es/** **/lib/** **/node_modules/** +**/example/**