diff options
| author | Mark Otto <[email protected]> | 2014-07-05 21:20:09 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-07-05 21:20:09 -0700 |
| commit | c1bd4fca61fe6aeed597f88ba20e67b26a4cfd66 (patch) | |
| tree | 5b4d691154f2a03a50eb5214feadb9522881664b /bower.json | |
| parent | 043b40636c99c55d7331227401c447aefd699f4c (diff) | |
| download | bootstrap-c1bd4fca61fe6aeed597f88ba20e67b26a4cfd66.tar.xz bootstrap-c1bd4fca61fe6aeed597f88ba20e67b26a4cfd66.zip | |
only ignore /.*
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 eaf768a71..24603e6b6 100644 --- a/bower.json +++ b/bower.json @@ -23,7 +23,7 @@ "dist/fonts/glyphicons-halflings-regular.woff" ], "ignore": [ - ".*", + "/.*", "_config.yml", "CNAME", "composer.json", |
