diff options
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"], +} |