diff options
| author | Mark Otto <[email protected]> | 2013-07-19 16:54:22 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-19 16:54:22 -0700 |
| commit | dd3eefc0f96c7e3da2e0b784cb95170683f86b39 (patch) | |
| tree | b0909797c4340b8732f73079277cc4247fd079e2 | |
| parent | 95b9f44190813b578c6724680090f3b85b9fcf82 (diff) | |
| parent | b8348416b076453a23a99e3cf80be51e7ab64d84 (diff) | |
| download | bootstrap-dd3eefc0f96c7e3da2e0b784cb95170683f86b39.tar.xz bootstrap-dd3eefc0f96c7e3da2e0b784cb95170683f86b39.zip | |
Merge pull request #8530 from codeodor/3.0.0-wip
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" } |
