diff options
author | ManeraKai <manerakai@protonmail.com> | 2022-07-27 17:44:04 +0200 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2022-07-27 17:44:04 +0200 |
commit | a9a7dba5a329eb17e23ba08802406a4e2e2cb836 (patch) | |
tree | 2cb69c855b36e82128a00e5895d5f5409d5e0a5e /web-ext-config.js | |
parent | Merge branch 'BobIsMyManager-librex' (diff) | |
parent | , (diff) | |
download | libredirect-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.js | 6 |
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"], +} |