From b2002012af86bbdbc55e02806a3e310df37f4e84 Mon Sep 17 00:00:00 2001 From: SimonBrazell Date: Tue, 24 Mar 2020 17:52:07 +1100 Subject: Add donate link to README --- web-ext-config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'web-ext-config.js') diff --git a/web-ext-config.js b/web-ext-config.js index 29a5243a..96c7c87c 100644 --- a/web-ext-config.js +++ b/web-ext-config.js @@ -1,6 +1,7 @@ module.exports = { ignoreFiles: [ 'images/Screen*.png', - 'images/small-tile.png' + 'images/small-tile.png', + 'buy-me-a-coffee.png' ], }; -- cgit 1.4.1