mirror of
https://github.com/SimonBrazell/privacy-redirect
synced 2025-01-09 15:24:54 +01:00
8 lines
125 B
JavaScript
8 lines
125 B
JavaScript
module.exports = {
|
|
ignoreFiles: [
|
|
'images/Screen*.png',
|
|
'images/small-tile.png',
|
|
'buy-me-a-coffee.png'
|
|
],
|
|
};
|