diff options
author | SimonBrazell <simon@brazell.com.au> | 2021-01-11 17:50:49 +1100 |
---|---|---|
committer | SimonBrazell <simon@brazell.com.au> | 2021-01-11 17:53:37 +1100 |
commit | 96b3d77ee061d014f51fbdf71dc12267f6e16e63 (patch) | |
tree | 79ee505ae27d9776a0cb868284ec0c08e82eb1a5 /src | |
parent | CLoses #130 changed to GPLv3, added SearX instances (#16), fixed instance sel... (diff) | |
download | libredirect-96b3d77ee061d014f51fbdf71dc12267f6e16e63.zip |
Fix typo
Diffstat (limited to 'src')
-rw-r--r-- | src/web-ext-config.js | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/web-ext-config.js b/src/web-ext-config.js deleted file mode 100644 index 885e79aa..00000000 --- a/src/web-ext-config.js +++ /dev/null @@ -1,8 +0,0 @@ -module.exports = { - ignoreFiles: [ - "assets/images/Screen Shot*.png", - "assets/images/buy-me-a-coffee.png", - "assets/images/logo*.png", - "assets/images/badge*.png", - ], -}; |