Merge pull request #3 from johnp/no-screenshots
Stop packaging screenshots
This commit is contained in:
commit
4c949e8203
|
@ -0,0 +1,5 @@
|
||||||
|
module.exports = {
|
||||||
|
ignoreFiles: [
|
||||||
|
'images/Screen*.png',
|
||||||
|
],
|
||||||
|
};
|
Loading…
Reference in New Issue