mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-27 20:49:53 +08:00
update nico.js
This commit is contained in:
parent
9cf36589a9
commit
1fbb161d75
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…
Reference in New Issue
Block a user