Skip to content

Commit 3609c0d

Browse files
committed
chore(bower): add ignored files for bower.json
1 parent 86eacac commit 3609c0d

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)