I have a simple repo that has branch protection / CODEOWNERs set to:
* @team
Is it possible to add a file / folder to CODEOWNER
to make it be ignored?
Ive tried ! package.json
and !package.json
but both have made the CODEOWNERS file have an error.
Just include it underneath with an empty owner:
https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners#example-of-a-codeowners-file