Skip to content

Commit 874b277

Browse files
committed
Add existing-branch-checkout to gitignore
1 parent e104124 commit 874b277

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,7 @@ config/*/.npmrc
3535
.sbom
3636
.logs
3737
.evergreen/logs
38+
39+
# The update-dependencies workflow does a sparse checkout
40+
# and we don't want to include these files in the PRs it creates.
41+
existing-branch-checkout/

0 commit comments

Comments
 (0)