忽略指定的文件。
fis.media('uat')
.set('project.ignore', ['test/**', 'node_modules/**', 'bower_components/**', 'fis-conf.js', 'README.md', 'index.html',
'pro/**', 'modules/main/pro/**',?
'modules/main/app.js', 'modules/main/appConfig.js',
'modules/pages/(**.html)'])
最后面這里'modules/pages/(**.html)',我想忽略這個pages這個目錄下所有的html文件,這樣設(shè)置了,但是沒有發(fā)布的時候還是有問題,想問問正確的方式是什么樣的,fis過濾的原理是什么