Skip to content

Commit 82c87bc

Browse files
committed
build(bower): corrected the bower ignore entries
1 parent e28b45a commit 82c87bc

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

bower.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,14 @@
2828
}
2929
],
3030
"ignore": [
31-
"bower.json",
3231
"demo",
3332
"webdriverio-tests",
3433
".gitignore",
3534
".husky",
36-
"commitlint.config.js"
35+
"commitlint.config.js",
36+
".github",
37+
".gitattributes",
38+
".prettierignore",
39+
".htmlvalidate.json"
3740
]
3841
}

0 commit comments

Comments
 (0)