Files
backbone/bower.json
alexanderGugel 92e238bd60 bower: ignore index.html
".html" does not ignore index.html. "*.html" does.
2014-04-19 15:25:06 +02:00

10 lines
262 B
JSON

{
"name" : "backbone",
"version" : "1.1.2",
"main" : "backbone.js",
"dependencies" : {
"underscore" : ">=1.5.0"
},
"ignore" : ["backbone-min.js", "docs", "examples", "test", "*.yml", "*.map", "*.html", "*.ico"]
}