summaryrefslogtreecommitdiffstats
path: root/web-ext-config.js
diff options
context:
space:
mode:
Diffstat (limited to 'web-ext-config.js')
-rw-r--r--web-ext-config.js7
1 files changed, 4 insertions, 3 deletions
diff --git a/web-ext-config.js b/web-ext-config.js
index 96c7c87..1fd87f6 100644
--- a/web-ext-config.js
+++ b/web-ext-config.js
@@ -1,7 +1,8 @@
module.exports = {
ignoreFiles: [
- 'images/Screen*.png',
- 'images/small-tile.png',
- 'buy-me-a-coffee.png'
+ 'assets/images/Screen Shot*.png',
+ 'assets/images/buy-me-a-coffee.png',
+ 'assets/images/logo*.png',
+ 'assets/images/badge*.png'
],
};