From c3b5f6820e3e7e10a16906a96f4e286f150dc67c Mon Sep 17 00:00:00 2001 From: christopher Date: Wed, 11 Nov 2020 18:39:45 +0530 Subject: [PATCH] source updation --- .gitignore | 4 +--- gulpfile.js | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index f01f3e7..328a3b1 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,4 @@ coverage/ index.js index.d.ts gulpfile.js -node_modules/ -.gitlab/ -Jenkinsfile \ No newline at end of file +node_modules/ \ No newline at end of file diff --git a/gulpfile.js b/gulpfile.js index 3117fb2..f986132 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -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