From f4890e365319565607b081156e2675d23332b38d Mon Sep 17 00:00:00 2001 From: spalger Date: Thu, 25 Aug 2016 10:56:33 -0700 Subject: [PATCH] only ignore the optimize directory at the root of the project --- .eslintignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintignore b/.eslintignore index 0de6d839dc2ba..91d7e7b48c508 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,4 +1,4 @@ test/fixtures/scenarios -optimize +/optimize test/fixtures/scenarios