-
Notifications
You must be signed in to change notification settings - Fork 63.7k
Closed
Labels
contentThis issue or pull request belongs to the Docs Content teamThis issue or pull request belongs to the Docs Content teamrepositoriesContent related to repositoriesContent related to repositories
Description
Code of Conduct
- I have read and agree to the GitHub Docs project's Code of Conduct
What article on docs.github.com is affected?
What part(s) of the article would you like to see updated?
{% 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- Using
!
to negate a pattern- Using
[ ]
to define a character range{% endwarning %}
Per this issue, each of the examples in this list should have "doesn't work" appended to the end for clarity -
{% 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 doesn't work- Using
!
to negate a pattern doesn't work- Using
[ ]
to define a character range doesn't work{% endwarning %}
Additional information
No response
JasonWHowell
Metadata
Metadata
Assignees
Labels
contentThis issue or pull request belongs to the Docs Content teamThis issue or pull request belongs to the Docs Content teamrepositoriesContent related to repositoriesContent related to repositories