MartianiYuqiong

Results 1 comments of MartianiYuqiong

> `excludes` array uses `minimatch` under the hood. Try to use negate pattern with `!` character. > > This should exclude everything except `some-file.js` > > ``` > ['!/src/includes/some-file.js'] >...