From 9abdec9b262a5450ac58eb488fe6636b17aa936f Mon Sep 17 00:00:00 2001 From: Johannes Pfrang Date: Sat, 26 Oct 2019 23:27:42 +0200 Subject: [PATCH] Stop packaging screenshots --- web-ext-config.js | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 web-ext-config.js diff --git a/web-ext-config.js b/web-ext-config.js new file mode 100644 index 0000000..abbcbf1 --- /dev/null +++ b/web-ext-config.js @@ -0,0 +1,5 @@ +module.exports = { + ignoreFiles: [ + 'images/Screen*.png', + ], +};