Skip to content

Commit 9284756

Browse files
Ignore certain files when installing via Bower
1 parent 2368698 commit 9284756

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

bower.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,13 @@
2626
},
2727
"ignore": [
2828
"/bower_components",
29-
"/tests",
3029
"/lib",
31-
"/.*"
30+
"/www",
31+
"/tests",
32+
"/karma.conf.js",
33+
"/.*",
34+
"/index.html",
35+
"/package.json"
3236
],
3337
"dependencies": {},
3438
"devDependencies": {

0 commit comments

Comments
 (0)