Skipping temp folder
This commit is contained in:
parent
052fd70412
commit
3b2da01160
|
@ -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',
|
||||||
|
|
Loading…
Reference in New Issue