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