The Internet for a long time, a lot to deal with a gulp-ignore, or! To deal with
Proven, gulp-ignore no effect, if passed by the Great God, please advise;! General wording only exclude individual files, write directly to the following conclusions
1. How to exclude individual files
gulp.src([ './a/**/*','!./a/test.html'])
2. How to exclude folders
gulp.src([ './a/**/*','!./a/{test,test/**}'])
Specific reference
https://github.com/gulpjs/gulp/issues/165