Skip to content

Commit 49c30bf

Browse files
committed
Remove superfluous ignores
1 parent c47460e commit 49c30bf

File tree

4 files changed

+0
-8
lines changed

4 files changed

+0
-8
lines changed

.eslintignore

-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
build/
21
components/
32
coverage/
4-
build.js
53
mdast-util-definitions.js
64
mdast-util-definitions.min.js

.gitignore

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
.DS_Store
22
*.log
3-
build/
43
components/
54
coverage/
65
node_modules/
7-
build.js

.jscs.json

-2
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-definitions.js",
97
"mdast-util-definitions.min.js"
108
],

bower.json

-2
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,9 @@
2323
".*",
2424
"*.log",
2525
"*.md",
26-
"build/",
2726
"components/",
2827
"coverage/",
2928
"node_modules/",
30-
"build.js",
3129
"index.js",
3230
"test.js",
3331
"component.json",

0 commit comments

Comments
 (0)