Merge pull request #3 from johnp/no-screenshots

Stop packaging screenshots
This commit is contained in:
Simon Brazell 2019-10-30 16:16:00 +11:00 committed by GitHub
commit 4c949e8203
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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',
],
};