Stop packaging screenshots

This commit is contained in:
Johannes Pfrang 2019-10-26 23:27:42 +02:00
parent cd6f2e8e89
commit 9abdec9b26
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',
],
};