This commit is contained in:
christopher 2020-11-11 18:39:45 +05:30
Родитель 2b7e6fca97
Коммит c3b5f6820e
2 изменённых файлов: 2 добавлений и 4 удалений

4
.gitignore поставляемый
Просмотреть файл

@ -5,6 +5,4 @@ coverage/
index.js
index.d.ts
gulpfile.js
node_modules/
.gitlab/
Jenkinsfile
node_modules/

Просмотреть файл

@ -31,7 +31,7 @@ gulp.task('ship-to-gitlab', function (done) {
for (var changedFileName of changedFileNames.split(',')) {
if (changedFileName !== null && changedFileName !== '') {
if (changedFileName !== null && changedFileName !== '' && changedFileName !== '.gitignore') {
if (fs.existsSync('../Flutter-docs/' + changedFileName)) {
// It will update the modified files