Commit 3b2da011 authored by Vadim Makeev's avatar Vadim Makeev

Skipping temp folder

parent 052fd704
......@@ -14,6 +14,7 @@ gulp.task('prepare', () => {
const shower = gulp.src([
'**',
'!node_modules{,/**}',
'!prepared{,/**}',
'!CONTRIBUTING.md',
'!LICENSE.md',
'!README.md',
......
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