diff options
| author | Austin Huang <im@austinhuang.me> | 2020-10-23 19:15:38 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-23 19:15:38 -0400 |
| commit | c66891384238aa7f88956034e21b663c01e93eaa (patch) | |
| tree | 4c42861245b20c78a70afdacff86c61b7d01397c /web-ext-config.js | |
| parent | 50477da8d73997c012f5466212d2264c68ee5a26 (diff) | |
| parent | ed4ebad3766f5237448841ce6c796ebe88bfb265 (diff) | |
| download | privacy-redirect-c66891384238aa7f88956034e21b663c01e93eaa.tar.gz privacy-redirect-c66891384238aa7f88956034e21b663c01e93eaa.tar.bz2 privacy-redirect-c66891384238aa7f88956034e21b663c01e93eaa.zip | |
Merge pull request #2 from SimonBrazell/master
force update
Diffstat (limited to 'web-ext-config.js')
| -rw-r--r-- | web-ext-config.js | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/web-ext-config.js b/web-ext-config.js index 96c7c87..1fd87f6 100644 --- a/web-ext-config.js +++ b/web-ext-config.js @@ -1,7 +1,8 @@ module.exports = { ignoreFiles: [ - 'images/Screen*.png', - 'images/small-tile.png', - 'buy-me-a-coffee.png' + 'assets/images/Screen Shot*.png', + 'assets/images/buy-me-a-coffee.png', + 'assets/images/logo*.png', + 'assets/images/badge*.png' ], }; |
