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