about summary refs log tree commit diff stats
path: root/web-ext-config.js
diff options
context:
space:
mode:
authorManeraKai <manerakai@protonmail.com>2022-07-27 17:44:04 +0200
committerManeraKai <manerakai@protonmail.com>2022-07-27 17:44:04 +0200
commita9a7dba5a329eb17e23ba08802406a4e2e2cb836 (patch)
tree2cb69c855b36e82128a00e5895d5f5409d5e0a5e /web-ext-config.js
parentMerge branch 'BobIsMyManager-librex' (diff)
parent, (diff)
downloadlibredirect-a9a7dba5a329eb17e23ba08802406a4e2e2cb836.zip
Merge pull request 'Squashed a few bugs' (#10) from BobIsMyManager/libredirect:master into master
Reviewed-on: https://codeberg.org/LibRedirect/libredirect/pulls/10
Diffstat (limited to 'web-ext-config.js')
-rw-r--r--web-ext-config.js6
1 files changed, 2 insertions, 4 deletions
diff --git a/web-ext-config.js b/web-ext-config.js
index a2f0dc14..f30b73e3 100644
--- a/web-ext-config.js
+++ b/web-ext-config.js
@@ -1,5 +1,3 @@
 module.exports = {
-    ignoreFiles: [
-        "instances/get_instances.py"
-    ],
-};
\ No newline at end of file
+	ignoreFiles: ["instances/get_instances.py"],
+}