about summary refs log tree commit diff stats
path: root/src/web-ext-config.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/web-ext-config.js')
-rw-r--r--src/web-ext-config.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/web-ext-config.js b/src/web-ext-config.js
new file mode 100644
index 00000000..885e79aa
--- /dev/null
+++ b/src/web-ext-config.js
@@ -0,0 +1,8 @@
+module.exports = {
+  ignoreFiles: [
+    "assets/images/Screen Shot*.png",
+    "assets/images/buy-me-a-coffee.png",
+    "assets/images/logo*.png",
+    "assets/images/badge*.png",
+  ],
+};