From 40ac14d00d7b4ced3e1d9d1bf5ede55191fa09ca Mon Sep 17 00:00:00 2001 From: Courtney Wilson <77312589+cmwilson21@users.noreply.github.com> Date: Fri, 9 Sep 2022 10:44:52 -0500 Subject: [PATCH] Update content/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners.md --- .../customizing-your-repository/about-code-owners.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners.md b/content/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners.md index d0fc46374e..9545173dbc 100644 --- a/content/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners.md +++ b/content/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners.md @@ -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