about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorSimonBrazell <simon@brazell.com.au>2021-01-11 17:50:49 +1100
committerSimonBrazell <simon@brazell.com.au>2021-01-11 17:53:37 +1100
commit96b3d77ee061d014f51fbdf71dc12267f6e16e63 (patch)
tree79ee505ae27d9776a0cb868284ec0c08e82eb1a5 /src
parentCLoses #130 changed to GPLv3, added SearX instances (#16), fixed instance sel... (diff)
downloadlibredirect-96b3d77ee061d014f51fbdf71dc12267f6e16e63.zip
Fix typo
Diffstat (limited to 'src')
-rw-r--r--src/web-ext-config.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/web-ext-config.js b/src/web-ext-config.js
deleted file mode 100644
index 885e79aa..00000000
--- a/src/web-ext-config.js
+++ /dev/null
@@ -1,8 +0,0 @@
-module.exports = {
-  ignoreFiles: [
-    "assets/images/Screen Shot*.png",
-    "assets/images/buy-me-a-coffee.png",
-    "assets/images/logo*.png",
-    "assets/images/badge*.png",
-  ],
-};