From dfec8a360872dfc4f83e8bfe5205d7dbe25ae0bb Mon Sep 17 00:00:00 2001 From: Aaron Date: Sat, 1 Feb 2025 14:31:30 -0600 Subject: [PATCH] chore: Cleanup CODEOWNERS file, add myself to .github dir --- .github/CODEOWNERS | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index bb398e4d..64e72f77 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,6 +1,9 @@ # Set default * @aklinker1 @Timeraa +# Secure Directories +/.github/ @aklinker1 + # Creator of specific wxt modules -packages/auto-icons/ @Timeraa -packages/unocss/ @Timeraa \ No newline at end of file +/packages/auto-icons/ @Timeraa +/packages/unocss/ @Timeraa