mirror of
https://codeberg.org/LibRedirect/libredirect.git
synced 2024-12-14 02:24:23 +01:00
7 lines
98 B
JavaScript
7 lines
98 B
JavaScript
module.exports = {
|
|
ignoreFiles: [
|
|
'images/Screen*.png',
|
|
'images/small-tile.png'
|
|
],
|
|
};
|