diff --git a/gulpfile.js b/gulpfile.js index f6a27c69..fb62bb76 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -57,6 +57,7 @@ gulp.task('build', function(done) { del.sync([ '.tmp-package/storage/logs/*', + '!.tmp-package/storage/logs/.htaccess', '!.tmp-package/storage/logs/index.html' ]);