exclude stages.js to save 94 bytes
This commit is contained in:
parent
ec3b90aa6c
commit
cb1a7dc8a1
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user