Our .prettierignore previously looked like this: ``` * !*.less !*.js !*.jsx !*.ts !*.tsx !*.json5 ``` With `--experimental-cli`, even prefixing each of those with `**/`, unwanted files (e.g. markdown) are still being formatted.