diff --git a/bower.json b/bower.json index 32a7a5d..c4c9d0c 100644 --- a/bower.json +++ b/bower.json @@ -13,8 +13,12 @@ ], "license": "MIT", "ignore": [ - "*", + "**/.*", "!dist/**/*", - "!LICENSE" + "!LICENSE", + "node_modules", + "bower_components", + "test", + "tests" ] }