about summary refs log tree commit diff stats
path: root/web-ext-config.js
blob: abbcbf1275d75fb6822694a680963a9e3a9428ee (plain) (blame)
1
2
3
4
5
module.exports = {
  ignoreFiles: [
    'images/Screen*.png',
  ],
};