diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..c40a0cd --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,12 @@ +# GitHub CODEOWNERS file +# This file defines code ownership and required reviewers for pull requests +# Documentation: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners + +# Default owner for everything in the repository +* @mwarman + +# GitHub configuration and workflows +/.github/ @mwarman + +# Documentation +/docs/ @mwarman diff --git a/.prettierignore b/.prettierignore new file mode 100644 index 0000000..f910997 --- /dev/null +++ b/.prettierignore @@ -0,0 +1 @@ +.github/CODEOWNERS \ No newline at end of file