source updation
This commit is contained in:
Родитель
2b7e6fca97
Коммит
c3b5f6820e
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче