From b8348416b076453a23a99e3cf80be51e7ab64d84 Mon Sep 17 00:00:00 2001
From: Sammy Larbi <sam@codeodor.com>
Date: Fri, 19 Jul 2013 13:23:17 -0500
Subject: [PATCH] ignore .files for bower packaging

---
 bower.json | 3 +++
 1 file changed, 3 insertions(+)

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"
   }
-- 
GitLab