Skip to content

Commit

Permalink
Update CODEOWNERS (#8)
Browse files Browse the repository at this point in the history
remove errors in the file
  • Loading branch information
edcheyjr authored Aug 26, 2023
1 parent f58bbe9 commit 7317fe8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -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/*

0 comments on commit 7317fe8

Please sign in to comment.