Skip to content

Commit 7c65d86

Browse files
committed
Remove superfluous ignores
1 parent 2920dd0 commit 7c65d86

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
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-string.js
64
mdast-util-to-string.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

bower.json

Lines changed: 0 additions & 2 deletions
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)