diff options
| author | Mark Otto <[email protected]> | 2014-03-09 12:31:42 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-03-09 12:31:42 -0700 |
| commit | 1caeca3e01d91261ae0fadd0bc3f24a51e80b22a (patch) | |
| tree | 088c21788cc42fe9fdd22c9ef45d07ecac96d3bb /bower.json | |
| parent | 5e6d16ef4dc531e284bf629a9336f608847bd608 (diff) | |
| download | bootstrap-1caeca3e01d91261ae0fadd0bc3f24a51e80b22a.tar.xz bootstrap-1caeca3e01d91261ae0fadd0bc3f24a51e80b22a.zip | |
Don't ignore every dot file in Bower
Diffstat (limited to 'bower.json')
| -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", |
