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

Update about-code-owners.md

This commit is contained in:
Rob Bos
2022-08-24 19:52:52 +02:00
committed by GitHub
parent 147aab4428
commit 10a754f802

View File

@@ -117,7 +117,7 @@ apps/ @octocat
/apps/github
```
### Syntax exceptions
There are some syntax rules for gitignore files that **do not work** in CODEOWNERS files:
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