Fix ignore statements

This commit is contained in:
Henri Bergius 2018-12-15 19:44:20 +01:00
parent 651b607078
commit 81c1ba4cf1

View file

@ -34,12 +34,12 @@ module.exports = {
{
from: '**/index.html',
to: './',
ignore: ['node_modules/*'],
ignore: ['node_modules/**/*.html'],
},
{
from: '**/*.svg',
to: './',
ignore: ['node_modules/*'],
ignore: ['node_modules/**/*.svg'],
},
{
from: 'theme/*',