mirror of
https://codeberg.org/LibRedirect/libredirect.git
synced 2025-02-08 08:08:50 +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'
|
|
],
|
|
};
|