diff --git a/gulpfile.js b/gulpfile.js index 4ea4af5c0..abfb675db 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -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/')); });