We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e104124 commit 874b277Copy full SHA for 874b277
.gitignore
@@ -35,3 +35,7 @@ config/*/.npmrc
35
.sbom
36
.logs
37
.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