diff --git a/framework/bower.json b/framework/bower.json index 26fde81..a5d8613 100644 --- a/framework/bower.json +++ b/framework/bower.json @@ -22,10 +22,9 @@ "assets/yii.gridView.js" ], "ignore": [ - "**/.*", - "**/*", - "!assets/", - "!LICENSE.md" + "/*", + "!/assets", + "!/LICENSE.md" ], "dependencies": { "jquery.inputmask": ">=3.0.0",