diff options
| author | Mark Otto <[email protected]> | 2013-07-19 17:36:16 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-19 17:36:16 -0700 |
| commit | 7c5f7a4e82e2c58e833b3ad7682033c906f906db (patch) | |
| tree | fc12283a4a61d351710c90a0c3bbd14270dcd155 | |
| parent | b6238c5f200821ebd564f36ff3882218e6093199 (diff) | |
| parent | dd3eefc0f96c7e3da2e0b784cb95170683f86b39 (diff) | |
| download | bootstrap-7c5f7a4e82e2c58e833b3ad7682033c906f906db.tar.xz bootstrap-7c5f7a4e82e2c58e833b3ad7682033c906f906db.zip | |
Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wip
| -rw-r--r-- | bower.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bower.json b/bower.json index 246ffd86a..b0570cd70 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" } |
