Skip to content

Commit 3a7905a

Browse files
committed
fix(bower.json): Add better ignores
1 parent ea3ccb1 commit 3a7905a

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

bower.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,12 @@
1919
"license": "MIT",
2020
"ignore": [
2121
"**/.*",
22-
"node_modules",
23-
"bower_components",
24-
"tests"
22+
"CONTRIBUTING.md",
23+
"gulpfile.js",
24+
"lib",
25+
"index.js",
26+
"karma.conf.js",
27+
"npm-shrinkwrap.json",
28+
"test"
2529
]
2630
}

0 commit comments

Comments
 (0)