From 3bbea3c036195e737b96498895296738eec7a3f3 Mon Sep 17 00:00:00 2001 From: Ben Ash Date: Tue, 19 Mar 2024 16:28:12 +0000 Subject: [PATCH] Update code owners - ignore scratch dir --- .gitignore | 2 +- CODEOWNERS | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 CODEOWNERS diff --git a/.gitignore b/.gitignore index 6d3c2701..a6ffba12 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,4 @@ bin/* .idea/* vault-plugin-auth-kubernetes go.work -go.work.sum \ No newline at end of file +scratch/ diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 00000000..36c217c7 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,7 @@ +# Each line is a file pattern followed by one or more owners. Being an owner +# means those groups or individuals will be added as reviewers to PRs affecting +# those areas of the code. +# +# More on CODEOWNERS files: https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners + +* @hashicorp/vault-ecosystem