aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSammy Larbi <[email protected]>2013-07-19 13:23:17 -0500
committerSammy Larbi <[email protected]>2013-07-19 13:23:17 -0500
commitb8348416b076453a23a99e3cf80be51e7ab64d84 (patch)
treefb704c0c87e283df94b149dfb43873ed155ced98
parent416fd9d19b9f3f302bcf4479a202b041ff621a1b (diff)
downloadbootstrap-b8348416b076453a23a99e3cf80be51e7ab64d84.tar.xz
bootstrap-b8348416b076453a23a99e3cf80be51e7ab64d84.zip
ignore .files for bower packaging
-rw-r--r--bower.json3
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"
}