diff --git a/.gitignore b/.gitignore index f459f215f..10d75a6f2 100755 --- a/.gitignore +++ b/.gitignore @@ -92,7 +92,7 @@ REVISION manifest.json checksum.json mysql.json -mysql_5_7.json +mysql_8_3.json mariadb_10_x.json settings.json diff --git a/gulpfile.js b/gulpfile.js index e3020a593..5c6ca99bf 100755 --- a/gulpfile.js +++ b/gulpfile.js @@ -473,7 +473,7 @@ function release(done) { '**/*', '!checksum.json', '!mysql.json', - '!mysql_5_7.json', + '!mysql_8_3.json', '!mariadb_10_x.json', '!settings.json', '!manifest.json',