```json "bic": ["src/**", "!__tests__/**", "!*.test.*"] ``` This one should be easy, since we can just split the array into two (`only` and `skip`) by checking the first character (for `"!"`) in each string.