diff options
| author | Sammy Larbi <[email protected]> | 2013-07-19 13:23:17 -0500 |
|---|---|---|
| committer | Sammy Larbi <[email protected]> | 2013-07-19 13:23:17 -0500 |
| commit | b8348416b076453a23a99e3cf80be51e7ab64d84 (patch) | |
| tree | fb704c0c87e283df94b149dfb43873ed155ced98 | |
| parent | 416fd9d19b9f3f302bcf4479a202b041ff621a1b (diff) | |
| download | bootstrap-b8348416b076453a23a99e3cf80be51e7ab64d84.tar.xz bootstrap-b8348416b076453a23a99e3cf80be51e7ab64d84.zip | |
ignore .files for bower packaging
| -rw-r--r-- | bower.json | 3 |
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" } |
