From 37f35fda35782b5cf902f2aa90839909dc09c6e7 Mon Sep 17 00:00:00 2001 From: Rob Wu Date: Fri, 26 Feb 2016 16:32:47 +0100 Subject: [PATCH] Exclude coverage/ from linting --- .eslintignore | 1 + .gitignore | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 .eslintignore diff --git a/.eslintignore b/.eslintignore new file mode 100644 index 0000000..404abb2 --- /dev/null +++ b/.eslintignore @@ -0,0 +1 @@ +coverage/ diff --git a/.gitignore b/.gitignore index d4ec3b5..b6be0ec 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,6 @@ *.swp -*.kate-swp *.tmp *.log -del/ +coverage/ node_modules/