about summary refs log tree commit diff stats
path: root/web-ext-config.js
diff options
context:
space:
mode:
authorSimonBrazell <simon@brazell.com.au>2021-01-10 22:15:24 +1100
committerSimonBrazell <simon@brazell.com.au>2021-01-10 22:15:24 +1100
commit20a2713a5688de89b15e9bddc578f998ee28b447 (patch)
tree8d08c98e7b5fa5c42c5f54f5f526bdf1fdbbb796 /web-ext-config.js
parentRestructure code with helper modules, add search engine settings, & advanced ... (diff)
downloadlibredirect-20a2713a5688de89b15e9bddc578f998ee28b447.zip
Fixed README & build config
Diffstat (limited to '')
-rw-r--r--web-ext-config.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/web-ext-config.js b/web-ext-config.js
index 1fd87f6d..79ac31d1 100644
--- a/web-ext-config.js
+++ b/web-ext-config.js
@@ -1,8 +1,8 @@
 module.exports = {
   ignoreFiles: [
-    'assets/images/Screen Shot*.png',
-    'assets/images/buy-me-a-coffee.png',
-    'assets/images/logo*.png',
-    'assets/images/badge*.png'
+    "src/assets/images/Screen Shot*.png",
+    "src/assets/images/buy-me-a-coffee.png",
+    "src/assets/images/logo*.png",
+    "src/assets/images/badge*.png",
   ],
 };