summaryrefslogtreecommitdiffstats
path: root/web-ext-config.js
diff options
context:
space:
mode:
authorJohannes Pfrang <johannespfrang@gmail.com>2019-10-26 23:27:42 +0200
committerJohannes Pfrang <johannespfrang@gmail.com>2019-10-26 23:27:42 +0200
commit9abdec9b262a5450ac58eb488fe6636b17aa936f (patch)
tree11baf4ed55423e2949795a48eeb3a853deeecffe /web-ext-config.js
parentcd6f2e8e890880599cc53c79643f339970fc4fb8 (diff)
downloadprivacy-redirect-9abdec9b262a5450ac58eb488fe6636b17aa936f.tar.gz
privacy-redirect-9abdec9b262a5450ac58eb488fe6636b17aa936f.tar.bz2
privacy-redirect-9abdec9b262a5450ac58eb488fe6636b17aa936f.zip
Stop packaging screenshots
Diffstat (limited to 'web-ext-config.js')
-rw-r--r--web-ext-config.js5
1 files changed, 5 insertions, 0 deletions
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',
+ ],
+};