Skip to content

Commit 3c52c61

Browse files
source updation
1 parent 12504fb commit 3c52c61

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.gitignore

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,4 @@ coverage/
55
index.js
66
index.d.ts
77
gulpfile.js
8-
node_modules/
9-
.gitlab/
10-
Jenkinsfile
8+
node_modules/

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ gulp.task('ship-to-gitlab', function (done) {
3131

3232
for (var changedFileName of changedFileNames.split(',')) {
3333

34-
if (changedFileName !== null && changedFileName !== '') {
34+
if (changedFileName !== null && changedFileName !== '' && changedFileName !== '.gitignore') {
3535

3636
if (fs.existsSync('../javascript-docs/' + changedFileName)) {
3737
// It will update the modified files

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy