diff options
Diffstat (limited to 'web-ext-config.js')
-rw-r--r-- | web-ext-config.js | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/web-ext-config.js b/web-ext-config.js deleted file mode 100644 index 79ac31d1..00000000 --- a/web-ext-config.js +++ /dev/null @@ -1,8 +0,0 @@ -module.exports = { - ignoreFiles: [ - "src/assets/images/Screen Shot*.png", - "src/assets/images/buy-me-a-coffee.png", - "src/assets/images/logo*.png", - "src/assets/images/badge*.png", - ], -}; |