From 96b3d77ee061d014f51fbdf71dc12267f6e16e63 Mon Sep 17 00:00:00 2001 From: SimonBrazell Date: Mon, 11 Jan 2021 17:50:49 +1100 Subject: Fix typo --- web-ext-config.js | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 web-ext-config.js (limited to 'web-ext-config.js') diff --git a/web-ext-config.js b/web-ext-config.js new file mode 100644 index 00000000..885e79aa --- /dev/null +++ b/web-ext-config.js @@ -0,0 +1,8 @@ +module.exports = { + ignoreFiles: [ + "assets/images/Screen Shot*.png", + "assets/images/buy-me-a-coffee.png", + "assets/images/logo*.png", + "assets/images/badge*.png", + ], +}; -- cgit 1.4.1