Skip to content

Commit

Permalink
Merge pull request #561 from themeum/harun
Browse files Browse the repository at this point in the history
gulp exclude file
  • Loading branch information
shewa12 authored Sep 20, 2023
2 parents f2b4743 + 5426eba commit d75796f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,8 @@ gulp.task('copy', function() {
'!.travis.yml',
'!phpunit.xml.dist',
'!phpunit.xml',
'!phpcs.xml'
'!phpcs.xml',
'!phpcs.xml.dist',
])
.pipe(gulp.dest('build/tutor/'));
});
Expand Down

0 comments on commit d75796f

Please sign in to comment.