This commit is contained in:
2025-04-19 01:58:34 -04:00
parent cde2fd3331
commit 5bd2ee324a
4 changed files with 120 additions and 73 deletions

7
web-ext-config.mjs Normal file
View File

@@ -0,0 +1,7 @@
export default {
__proto__: null,
ignoreFiles: [
"README.md",
"LICENSE"
]
}