Exclude netlify.toml from prepare task
This commit is contained in:
parent
4f5e10751d
commit
9879ceb6c2
|
@ -18,6 +18,7 @@ gulp.task('prepare', () => {
|
||||||
'!LICENSE.md',
|
'!LICENSE.md',
|
||||||
'!README.md',
|
'!README.md',
|
||||||
'!gulpfile.js',
|
'!gulpfile.js',
|
||||||
|
'!netlify.toml',
|
||||||
'!package.json',
|
'!package.json',
|
||||||
'!package-lock.json'
|
'!package-lock.json'
|
||||||
])
|
])
|
||||||
|
|
Loading…
Reference in New Issue