Skip to content

Commit

Permalink
doesn't
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGiraffe3 authored Oct 2, 2024
1 parent 0df8cdd commit b8a7fc9
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ To reduce the size of your CODEOWNERS file, consider using wildcard patterns to
{% warning %}

**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 does not work
* Using `!` to negate a pattern does not work
* Using `[ ]` to define a character range does not work
* Escaping a pattern starting with `#` using `\` so it is treated as a pattern and not a comment doesn't work
* Using `!` to negate a pattern doesn't work
* Using `[ ]` to define a character range doesn't work

{% endwarning %}

Expand Down

0 comments on commit b8a7fc9

Please sign in to comment.