From dbfb243d03a5faf060fed655bab6e2fdd87c0b13 Mon Sep 17 00:00:00 2001 From: Ben Ash <32777270+benashz@users.noreply.github.com> Date: Tue, 19 Mar 2024 16:07:57 -0400 Subject: [PATCH] Update code owners (#1006) - ignore scratch dir --- .gitignore | 1 + CODEOWNERS | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2e23aca..95317a7 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ vaul-helm-dev-creds.json ./test/acceptance/values.yaml ./test/acceptance/values.yml .idea +scratch/ diff --git a/CODEOWNERS b/CODEOWNERS index af6a350..a765f7e 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1 +1 @@ -* @hashicorp/vault-ecosystem-foundations +* @hashicorp/vault-ecosystem