about summary refs log tree commit diff stats
path: root/web-ext-config.js
blob: bfaa024d09388ad45a8874f6b634504029fa1cba (plain) (blame)
1
2
3
4
5
6
7
8
9
module.exports = {
  ignoreFiles: [
    'images/Screen*.png',
    'images/small-tile.png',
    'buy-me-a-coffee.png',
    'logo*.png',
    '*-badge.png'
  ],
};