From 1cd0ca161941c9fae59dc817c92797015ccaded1 Mon Sep 17 00:00:00 2001 From: Alexandra Carrillo <12214231+alexandratran@users.noreply.github.com> Date: Thu, 31 Oct 2024 14:27:18 -0700 Subject: [PATCH] Add tech writers as static folder codeowners (#1690) --- .github/CODEOWNERS | 3 +++ .gitignore | 1 + 2 files changed, 4 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index ec02bc2fc0e..ea55e3a8617 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -10,6 +10,9 @@ docusaurus.config.js @MetaMask/activation @MetaMask/tech-writers # GitHub workflows and templates /.github/ @MetaMask/activation @MetaMask/tech-writers +# Static image and video files +/static/ @MetaMask/activation @MetaMask/tech-writers + # Vercel configuration vercel.json @MetaMask/activation @MetaMask/tech-writers diff --git a/.gitignore b/.gitignore index 5a56cc59e27..fe97056833b 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ .docusaurus .cache-loader .idea +.yarn # Misc .DS_Store