diff options
author | SimonBrazell <simon@brazell.com.au> | 2020-07-15 20:26:06 +1000 |
---|---|---|
committer | SimonBrazell <simon@brazell.com.au> | 2020-07-15 20:26:06 +1000 |
commit | 13b7f4b0075a74dd47261113cc817fb6d5f4a2f5 (patch) | |
tree | 765bd3931d54b16d8f203772d059f7e6c65e939c /web-ext-config.js | |
parent | Merge pull request #78 from TotalCaesar659/patch-4 (diff) | |
parent | Deploy extension to MS Edge. (diff) | |
download | libredirect-13b7f4b0075a74dd47261113cc817fb6d5f4a2f5.zip |
Merge branch 'ms-edge'
Diffstat (limited to '')
-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 04186a75..1fd87f6d 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' ], }; |