diff options
| author | SimonBrazell <simon@brazell.com.au> | 2020-07-15 19:04:52 +1000 |
|---|---|---|
| committer | SimonBrazell <simon@brazell.com.au> | 2020-07-15 20:20:25 +1000 |
| commit | e87216121e53123f029a96d7e890948a0e4b6faf (patch) | |
| tree | e42ac11e7eff372329db9334078e3bdd0841816c /web-ext-config.js | |
| parent | 4bfdc3a1105895b767fe1a3946a8db0143ce649c (diff) | |
| download | privacy-redirect-e87216121e53123f029a96d7e890948a0e4b6faf.tar.gz privacy-redirect-e87216121e53123f029a96d7e890948a0e4b6faf.tar.bz2 privacy-redirect-e87216121e53123f029a96d7e890948a0e4b6faf.zip | |
Deploy extension to MS Edge.
Diffstat (limited to 'web-ext-config.js')
| -rw-r--r-- | web-ext-config.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/web-ext-config.js b/web-ext-config.js index 04186a7..1fd87f6 100644 --- a/web-ext-config.js +++ b/web-ext-config.js @@ -1,9 +1,8 @@ module.exports = { ignoreFiles: [ 'assets/images/Screen Shot*.png', - 'assets/images/small-tile.png', 'assets/images/buy-me-a-coffee.png', 'assets/images/logo*.png', - 'assets/images/*-badge.png' + 'assets/images/badge*.png' ], }; |
