From e374f72cb68319fe8d06aa3415e902d795fa9b7f Mon Sep 17 00:00:00 2001 From: Cole Bemis Date: Thu, 17 May 2018 23:07:53 -0700 Subject: [PATCH] chore: Add coverage to .eslintignore --- .eslintignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.eslintignore b/.eslintignore index 53c37a1..3f6fff7 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1 +1,2 @@ -dist \ No newline at end of file +dist +coverage \ No newline at end of file