aboutsummaryrefslogtreecommitdiff
path: root/bower.json
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-11-16 22:02:59 -0800
committerMark Otto <[email protected]>2013-11-16 22:02:59 -0800
commit03501f9c4afc3a74bba958c388b32e5ac065e997 (patch)
tree2590291a248334d167245b6c95b36ea7a7b9ae64 /bower.json
parent86678e66021657cf7d59a96b9cf0fe0cb42ee968 (diff)
parentae4d5f21a96fab3691ca33e9e3747a01c467e10e (diff)
downloadbootstrap-03501f9c4afc3a74bba958c388b32e5ac065e997.tar.xz
bootstrap-03501f9c4afc3a74bba958c388b32e5ac065e997.zip
Merge branch 'master' into docs_derp
Diffstat (limited to 'bower.json')
-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"