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: [ ignoreFiles: [
"README.md", "README.md",
"package.json", "package.json",
"web-ext-config.js", "web-ext-config.cjs",
".DS_Store", ".DS_Store",
"package-lock.json", "package-lock.json",
"icons/*.svg", "icons/*.svg",
"icons/icon@full.png" "icons/icon@full.png",
"stages.js"
], ],
run: { run: {
devtools: true, devtools: true,