From 7317fe8d5a1c3dfee1525224c4961b9d387a49da Mon Sep 17 00:00:00 2001 From: Edwin Chebii <50355842+edcheyjr@users.noreply.github.com> Date: Sat, 26 Aug 2023 15:34:34 +0300 Subject: [PATCH] Update CODEOWNERS (#8) remove errors in the file --- CODEOWNERS | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index bcea258..fdccc25 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -2,12 +2,12 @@ * @edcheyjr # Exclude composer.json and composer.lock from code owner requirement -!/composer.json @edcheyjr -!/composer.lock @edcheyjr +composer.json +composer.lock # Exclude .env from code owner requirement (usually contains sensitive information) -!/.env @edcheyjr +.env # Exclude public/js and public/css directories from code owner requirement -/public/js/* @edcheyjr -/public/css/* @edcheyjr +/public/js/* +/public/css/*