1
0
mirror of https://github.com/SimonBrazell/privacy-redirect synced 2025-01-09 23:36:15 +01:00

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

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

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