]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
ignore .files for bower packaging 8530/head
authorSammy Larbi <sam@codeodor.com>
Fri, 19 Jul 2013 18:23:17 +0000 (13:23 -0500)
committerSammy Larbi <sam@codeodor.com>
Fri, 19 Jul 2013 18:23:17 +0000 (13:23 -0500)
bower.json

index 246ffd86ac3dc4f90616c43a8cc486e9a5a6bb15..b0570cd7070c144fe034cf64fd1218d885ab0dab 100644 (file)
@@ -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"
   }