From aebbe9a7574cb8290bea789d84d355fed4ad088a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=B3=96=E9=A5=BC?= <1987.tangbin@gmail.com> Date: Sat, 25 Jul 2015 22:45:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=96=87=E6=A1=A3=E5=B0=8F?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DOCS.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/DOCS.md b/DOCS.md index 40c0f73..74ada04 100644 --- a/DOCS.md +++ b/DOCS.md @@ -39,8 +39,6 @@ new FontSpider.Spider([__dirname + '/index.html']) #### 选项 -#### 选项 - - `ignore` 忽略列表,用来忽略路径或文件。[语法示例](https://github.com/kaelzhang/node-ignore) - 类型:`Array` `Function` - 示例:`['icon.css', '*.eot']`