Merge branch 'master' of github.com:SimonBrazell/privacy-redirect

This commit is contained in:
SimonBrazell 2019-10-30 16:25:04 +11:00
commit fc3f10de4c
1 changed files with 5 additions and 0 deletions

5
web-ext-config.js Normal file
View File

@ -0,0 +1,5 @@
module.exports = {
ignoreFiles: [
'images/Screen*.png',
],
};