update nico.js

This commit is contained in:
afc163 2015-07-05 23:43:05 +08:00
parent 9cf36589a9
commit 1fbb161d75

View File

@ -26,7 +26,7 @@ exports.ignorefilter = function(filepath, subdir) {
if (/\.DS_Store/.test(filepath)) { if (/\.DS_Store/.test(filepath)) {
return false; return false;
} }
if (/^(_site|_theme|node_modules|site|style|\.idea)/.test(subdir)) { if (/^(_site|_theme|node_modules|site|\.idea)/.test(subdir)) {
return false; return false;
} }
return true; return true;