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