aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2013-11-14 15:37:22 -0800
committerChris Rebert <[email protected]>2013-11-14 15:37:22 -0800
commit57b59fcfd02799915d9bf4fc19f30cfa71b2d66c (patch)
treec71c6fe553506e247a9eac844526b1c5841b381a
parent27b62d39e2ba62e2d70ef2f5322edd584adc726e (diff)
parentf32abbb6e18b8be2fb35df06ed19b4dc7c6e0f7b (diff)
downloadbootstrap-57b59fcfd02799915d9bf4fc19f30cfa71b2d66c.tar.xz
bootstrap-57b59fcfd02799915d9bf4fc19f30cfa71b2d66c.zip
Merge pull request #10353 from rwillrich/ignore-files
Bower: Ignore development and documentation files on bower.json. Fix #10313
-rw-r--r--bower.json14
1 files changed, 13 insertions, 1 deletions
diff --git a/bower.json b/bower.json
index ed210a01f..19b7423af 100644
--- a/bower.json
+++ b/bower.json
@@ -3,7 +3,19 @@
"version": "3.0.2",
"main": ["./dist/js/bootstrap.js", "./dist/css/bootstrap.css", "./dist/fonts/*"],
"ignore": [
- "**/.*"
+ "**/.*",
+ "_*",
+ "docs-assets",
+ "examples",
+ "/fonts",
+ "js/tests",
+ "CNAME",
+ "CONTRIBUTING.md",
+ "Gruntfile.js",
+ "browserstack.json",
+ "composer.json",
+ "package.json",
+ "*.html"
],
"dependencies": {
"jquery": ">= 1.9.0"