From 223d7cd0ac245f5b5186439a832f6607451a7800 Mon Sep 17 00:00:00 2001 From: SimonBrazell Date: Mon, 11 Jan 2021 17:46:00 +1100 Subject: CLoses #130 changed to GPLv3, added SearX instances (#16), fixed instance selects. --- src/web-ext-config.js | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/web-ext-config.js (limited to 'src/web-ext-config.js') diff --git a/src/web-ext-config.js b/src/web-ext-config.js new file mode 100644 index 00000000..885e79aa --- /dev/null +++ b/src/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