Skip to content

Commit ab6daea

Browse files
committed
Merge pull request #723 from gdi2290/patch-1
chore(bower): add ignored files for bower.json
2 parents 80b5db5 + 3609c0d commit ab6daea

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

bower.json

+14-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,18 @@
44
"main": "./release/angular-ui-router.js",
55
"dependencies": {
66
"angular": ">= 1.1.5"
7-
}
7+
},
8+
"ignore": [
9+
"**/.*",
10+
"*.js"
11+
"node_modules",
12+
"bower_components",
13+
"component.json",
14+
"package.json"
15+
"lib",
16+
"config",
17+
"sample",
18+
"test",
19+
"tests"
20+
]
821
}

0 commit comments

Comments
 (0)