We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 242195c commit 1cd0ca1Copy full SHA for 1cd0ca1
.github/CODEOWNERS
@@ -10,6 +10,9 @@ docusaurus.config.js @MetaMask/activation @MetaMask/tech-writers
10
# GitHub workflows and templates
11
/.github/ @MetaMask/activation @MetaMask/tech-writers
12
13
+# Static image and video files
14
+/static/ @MetaMask/activation @MetaMask/tech-writers
15
+
16
# Vercel configuration
17
vercel.json @MetaMask/activation @MetaMask/tech-writers
18
.gitignore
@@ -8,6 +8,7 @@
8
.docusaurus
9
.cache-loader
.idea
+.yarn
# Misc
.DS_Store
0 commit comments