Skip to content

Commit 13ea508

Browse files
committed
Remove superfluous ignores
1 parent 715a93a commit 13ea508

File tree

4 files changed

+0
-8
lines changed

4 files changed

+0
-8
lines changed

.eslintignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
build/
21
components/
32
coverage/
4-
build.js
53
mdast-util-to-nlcst.js
64
mdast-util-to-nlcst.min.js

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
.DS_Store
22
*.log
33
bower_components/
4-
build/
54
components/
65
coverage/
76
node_modules/
8-
build.js

.jscs.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
{
22
"excludeFiles": [
3-
"build/",
43
"components/",
54
"coverage/",
65
"node_modules/",
7-
"build.js",
86
"mdast-util-to-nlcst.js",
97
"mdast-util-to-nlcst.min.js"
108
],

bower.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,10 @@
2121
".*",
2222
"*.log",
2323
"*.md",
24-
"build/",
2524
"components/",
2625
"coverage/",
2726
"node_modules/",
2827
"test/",
29-
"build.js",
3028
"index.js",
3129
"component.json",
3230
"package.json"

0 commit comments

Comments
 (0)