about summary refs log tree commit diff stats
path: root/web-ext-config.js
diff options
context:
space:
mode:
Diffstat (limited to 'web-ext-config.js')
-rw-r--r--web-ext-config.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/web-ext-config.js b/web-ext-config.js
index 04186a75..1fd87f6d 100644
--- a/web-ext-config.js
+++ b/web-ext-config.js
@@ -1,9 +1,8 @@
 module.exports = {
   ignoreFiles: [
     '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'
+    'assets/images/badge*.png'
   ],
 };