Skipping temp folder

This commit is contained in:
Vadim Makeev 2016-04-03 20:47:04 +03:00
parent 052fd70412
commit 3b2da01160
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ gulp.task('prepare', () => {
const shower = gulp.src([ const shower = gulp.src([
'**', '**',
'!node_modules{,/**}', '!node_modules{,/**}',
'!prepared{,/**}',
'!CONTRIBUTING.md', '!CONTRIBUTING.md',
'!LICENSE.md', '!LICENSE.md',
'!README.md', '!README.md',