From 842d99dce68eab2a87f41eeff429a6a5036fcf2f Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Sat, 26 Dec 2015 14:49:32 +0100 Subject: [PATCH] Remove superfluous ignores --- .eslintignore | 2 -- .gitignore | 2 -- .jscs.json | 2 -- 3 files changed, 6 deletions(-) diff --git a/.eslintignore b/.eslintignore index 4dd4b808..f3ee7a2d 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,6 +1,4 @@ -build/ components/ coverage/ -build.js remark-lint.js remark-lint.min.js diff --git a/.gitignore b/.gitignore index 806800e7..f94dd456 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,6 @@ .DS_Store *.log bower_components/ -build/ components/ node_modules/ coverage/ -build.js diff --git a/.jscs.json b/.jscs.json index 24685602..d5acb695 100644 --- a/.jscs.json +++ b/.jscs.json @@ -1,10 +1,8 @@ { "excludeFiles": [ - "build/", "components/", "coverage/", "node_modules/", - "build.js", "remark-lint.js", "remark-lint.min.js" ],