diff options
author | SimonBrazell <simon@brazell.com.au> | 2020-07-12 21:56:17 +1000 |
---|---|---|
committer | SimonBrazell <simon@brazell.com.au> | 2020-07-12 21:56:17 +1000 |
commit | 18be12c7ae83271f58b00057d3c6f98d687f5c08 (patch) | |
tree | e321a116b0ee2f52a9bff89581e8c700a9890fe8 | |
parent | Update screenshots (diff) | |
download | libredirect-18be12c7ae83271f58b00057d3c6f98d687f5c08.zip |
Remove unwanted images from web-ext build
Diffstat (limited to '')
-rw-r--r-- | web-ext-config.js | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/web-ext-config.js b/web-ext-config.js index bfaa024d..04186a75 100644 --- a/web-ext-config.js +++ b/web-ext-config.js @@ -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' ], }; |