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