exclude stages.js to save 94 bytes

This commit is contained in:
iw0 2024-06-04 21:22:11 +02:00
parent ec3b90aa6c
commit cb1a7dc8a1

View File

@ -2,11 +2,12 @@ module.exports = {
ignoreFiles: [
"README.md",
"package.json",
"web-ext-config.js",
"web-ext-config.cjs",
".DS_Store",
"package-lock.json",
"icons/*.svg",
"icons/icon@full.png"
"icons/icon@full.png",
"stages.js"
],
run: {
devtools: true,