gyk001 / hexo-qiniu-sync

Hexo七牛同步插件
MIT License
356 stars 41 forks source link

使用`hexo qiniu sync`命令进行同步时,会将.DS_Store文件也上传至七牛 #51

Closed LockonS closed 2 years ago

imliujun commented 7 years ago

建议增加一个过滤参数,类似.gitignore

eeve commented 7 years ago

https://github.com/gyk001/hexo-qiniu-sync/blob/master/sync.js#L203

ignoring_files:
    - '**/.DS_Store'
imliujun commented 7 years ago

@eeve 谢谢,文档上没写,还以为没有这个功能