This commit is contained in:
2025-05-15 22:30:21 -04:00
parent cde2fd3331
commit 2b47851785
4 changed files with 152 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"
]
}