This commit is contained in:
christopher 2020-11-11 18:38:09 +05:30
Родитель 0d19fe6c2f
Коммит 509e582928
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('../angular-docs/' + changedFileName)) {
// It will update the modified files