bower.json: restore empty ignore setting. See #1068

This commit is contained in:
Rob Garrison 2015-11-02 12:33:54 -06:00
parent 9bfde43c8f
commit 1ab6d17651

View File

@ -8,21 +8,5 @@
"dist/js/jquery.tablesorter.combined.js",
"dist/css/theme.blue.min.css"
],
"ignore": [
"node_modules",
"bower_components",
".git",
"addons",
"beta-testing",
"css",
"docs",
"js",
"testing",
"Gruntfile.js",
"package.json",
"*.txt",
"*.md",
"*.html",
"tablesorter.jquery.json"
]
"ignore": []
}