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