about summary refs log tree commit diff stats
path: root/web-ext-config.js
diff options
context:
space:
mode:
authorSimonBrazell <simon@brazell.com.au>2021-01-11 17:46:00 +1100
committerSimonBrazell <simon@brazell.com.au>2021-01-11 17:46:00 +1100
commit223d7cd0ac245f5b5186439a832f6607451a7800 (patch)
treedac535654f780efbda5b3eeb992ca29f0120294a /web-ext-config.js
parentgecko: strict_min_version: 67.0 due to dynamic imports (diff)
downloadlibredirect-223d7cd0ac245f5b5186439a832f6607451a7800.zip
CLoses #130 changed to GPLv3, added SearX instances (#16), fixed instance selects.
Diffstat (limited to 'web-ext-config.js')
-rw-r--r--web-ext-config.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/web-ext-config.js b/web-ext-config.js
deleted file mode 100644
index 79ac31d1..00000000
--- a/web-ext-config.js
+++ /dev/null
@@ -1,8 +0,0 @@
-module.exports = {
-  ignoreFiles: [
-    "src/assets/images/Screen Shot*.png",
-    "src/assets/images/buy-me-a-coffee.png",
-    "src/assets/images/logo*.png",
-    "src/assets/images/badge*.png",
-  ],
-};