summaryrefslogtreecommitdiffstats
path: root/web-ext-config.js
diff options
context:
space:
mode:
authorSimonBrazell <simon@brazell.com.au>2019-10-30 16:25:04 +1100
committerSimonBrazell <simon@brazell.com.au>2019-10-30 16:25:04 +1100
commitfc3f10de4c6668874f7cd7493862c011fd3c8517 (patch)
tree11baf4ed55423e2949795a48eeb3a853deeecffe /web-ext-config.js
parent29f6713cf55895da8e272a3629eec0b0b65db8ae (diff)
parent4c949e820376ab013ea8f2c305112f489bce3b62 (diff)
downloadprivacy-redirect-fc3f10de4c6668874f7cd7493862c011fd3c8517.tar.gz
privacy-redirect-fc3f10de4c6668874f7cd7493862c011fd3c8517.tar.bz2
privacy-redirect-fc3f10de4c6668874f7cd7493862c011fd3c8517.zip
Merge branch 'master' of github.com:SimonBrazell/privacy-redirect
Diffstat (limited to '')
-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',
+ ],
+};