'+targetPath+'/layout/_**/'] ) .pipe( gulp.dest( 'layout' ) ); } ) 但是它不起作用对于排除glob模式,您只需要在末尾添加*.*。因此,这意味着排除任何文件夹中以_ gulp ...
確定! 回上一頁