Commit 9879ceb6 authored by Vadim Makeev's avatar Vadim Makeev

Exclude netlify.toml from prepare task

parent 4f5e1075
...@@ -18,6 +18,7 @@ gulp.task('prepare', () => { ...@@ -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'
]) ])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment