Browse Source

update nico.js

pull/29/head
afc163 10 years ago
parent
commit
1fbb161d75
  1. 2
      nico.js

2
nico.js

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

Loading…
Cancel
Save