1
0
mirror of synced 2025-12-30 03:01:36 -05:00

Update content/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners.md

This commit is contained in:
Courtney Wilson
2022-09-09 10:44:52 -05:00
committed by GitHub
parent 384473f626
commit 40ac14d00d

View File

@@ -118,11 +118,11 @@ apps/ @octocat
```
{% warning %}
**Warning:** Syntax exceptions
There are some syntax rules for gitignore files that *do not work* in CODEOWNERS files:
**Warning:** There are some syntax rules for gitignore files that *do not work* in CODEOWNERS files:
- Escaping a pattern starting with `#` using `\` so it is treated as a pattern and not a comment
- Using `!` to negate a pattern
- Using `[ ]` to define a character range
{% endwarning %}
## CODEOWNERS and branch protection