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