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