Exclude netlify.toml from prepare task

This commit is contained in:
Vadim Makeev 2018-08-24 11:39:41 +03:00
parent 4f5e10751d
commit 9879ceb6c2
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ gulp.task('prepare', () => {
'!LICENSE.md',
'!README.md',
'!gulpfile.js',
'!netlify.toml',
'!package.json',
'!package-lock.json'
])