Fix ignore statements
This commit is contained in:
parent
651b607078
commit
81c1ba4cf1
1 changed files with 2 additions and 2 deletions
|
@ -34,12 +34,12 @@ module.exports = {
|
||||||
{
|
{
|
||||||
from: '**/index.html',
|
from: '**/index.html',
|
||||||
to: './',
|
to: './',
|
||||||
ignore: ['node_modules/*'],
|
ignore: ['node_modules/**/*.html'],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
from: '**/*.svg',
|
from: '**/*.svg',
|
||||||
to: './',
|
to: './',
|
||||||
ignore: ['node_modules/*'],
|
ignore: ['node_modules/**/*.svg'],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
from: 'theme/*',
|
from: 'theme/*',
|
||||||
|
|
Loading…
Reference in a new issue