The following configuration does not skip the `js/main.js` file: ``` js { clean: { js: ['js/', '!js/main.js'] } } ``` Is it intented ?