diff --git a/bower.json b/bower.json index 7d7fb894..ec537ad4 100644 --- a/bower.json +++ b/bower.json @@ -13,9 +13,13 @@ "license": "MIT", "ignore": [ "**/.*", + "**/*.html", + "**/*.textile", + "Gruntfile.js", + "lazyload.jquery.json", + "package.json", "node_modules", "bower_components", - "test", - "tests" + "test" ] }