about summary refs log tree commit diff stats
path: root/web-ext-config.js
diff options
context:
space:
mode:
authorManeraKai <manerakai@protonmail.com>2022-03-13 22:45:53 +0300
committerManeraKai <manerakai@protonmail.com>2022-03-13 22:46:27 +0300
commit6e2c2ae607029ca4155286e35065b75e1c71847c (patch)
treeba5cc1a22026356e35177c23ee55b6a80fa77ce2 /web-ext-config.js
parentAdded edge addons link (diff)
downloadlibredirect-6e2c2ae607029ca4155286e35065b75e1c71847c.zip
changed from .onion to .invalid as they're fake domains #108
Diffstat (limited to '')
-rw-r--r--web-ext-config.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/web-ext-config.js b/web-ext-config.js
new file mode 100644
index 00000000..a2f0dc14
--- /dev/null
+++ b/web-ext-config.js
@@ -0,0 +1,5 @@
+module.exports = {
+    ignoreFiles: [
+        "instances/get_instances.py"
+    ],
+};
\ No newline at end of file