From 6e2c2ae607029ca4155286e35065b75e1c71847c Mon Sep 17 00:00:00 2001 From: ManeraKai Date: Sun, 13 Mar 2022 22:45:53 +0300 Subject: changed from .onion to .invalid as they're fake domains #108 --- web-ext-config.js | 5 +++++ 1 file changed, 5 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..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 -- cgit 1.4.1