diff options
| author | Mark Otto <[email protected]> | 2014-03-09 13:52:24 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-03-09 13:52:24 -0700 |
| commit | bc7e6a3f2087eb3647879f06b5d0c2e191db08aa (patch) | |
| tree | a93b4b8be6511459a0ebae90a49dfad49fca34a5 | |
| parent | 29f23576ee301cf476ce66b979ddec338663336b (diff) | |
| parent | 1caeca3e01d91261ae0fadd0bc3f24a51e80b22a (diff) | |
| download | bootstrap-bc7e6a3f2087eb3647879f06b5d0c2e191db08aa.tar.xz bootstrap-bc7e6a3f2087eb3647879f06b5d0c2e191db08aa.zip | |
Merge pull request #12989 from twbs/bower_ignore
Don't ignore every dot file in Bower
| -rw-r--r-- | bower.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bower.json b/bower.json index d0f895465..7590d787e 100644 --- a/bower.json +++ b/bower.json @@ -20,7 +20,7 @@ "dist/fonts/glyphicons-halflings-regular.woff" ], "ignore": [ - "**/.*", + ".*", "_config.yml", "CNAME", "composer.json", |
