From 6b069ad819f405489c3b6442d5c8221259cc320e Mon Sep 17 00:00:00 2001 From: Edu_Amr Date: Thu, 4 Jul 2024 23:13:43 -0300 Subject: [PATCH 1/2] Updated groups in CODEOWNERS --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 222f259..b7e07a5 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -5,4 +5,4 @@ # @global-owner1 and @global-owner2 will be requested for # review when someone opens a pull request. # * @global-owner1 @global-owner2 -* @ghostbsd/developers \ No newline at end of file +* @ghostbsd/contributors @ghostbsd/new-contributors @ghostbsd/core-contributors @ghostbsd/project-leader \ No newline at end of file From baa786a1badf8b57bf5d36a0c50ca4769c61d54e Mon Sep 17 00:00:00 2001 From: Edu_Amr Date: Thu, 4 Jul 2024 23:14:11 -0300 Subject: [PATCH 2/2] Added editor specific directories to .gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 894a44c..735f9fb 100644 --- a/.gitignore +++ b/.gitignore @@ -102,3 +102,7 @@ venv.bak/ # mypy .mypy_cache/ + +# Editor directories and files +.vscode/ +.idea/.idea