Remove unwanted images from web-ext build
This commit is contained in:
parent
9eaecac574
commit
18be12c7ae
|
@ -1,9 +1,9 @@
|
||||||
module.exports = {
|
module.exports = {
|
||||||
ignoreFiles: [
|
ignoreFiles: [
|
||||||
'images/Screen*.png',
|
'assets/images/Screen Shot*.png',
|
||||||
'images/small-tile.png',
|
'assets/images/small-tile.png',
|
||||||
'buy-me-a-coffee.png',
|
'assets/images/buy-me-a-coffee.png',
|
||||||
'logo*.png',
|
'assets/images/logo*.png',
|
||||||
'*-badge.png'
|
'assets/images/*-badge.png'
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue