diff --git a/bower.json b/bower.json index 246ffd86ac..b0570cd707 100644 --- a/bower.json +++ b/bower.json @@ -2,6 +2,9 @@ "name": "bootstrap", "version": "3.0.0", "main": ["./docs/assets/js/bootstrap.js", "./docs/assets/css/bootstrap.css"], + "ignore": [ + "**/.*" + ], "dependencies": { "jquery": ">= 1.9.0" }