Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b690e19

Browse filesBrowse files
joyeecheungBridgeAR
authored andcommitted
deps: ignore deps/.cipd fetched by deps/v8/tools/node/fetch_deps.py
This may show up when building and running v8 tests locally with tools/make-v8.sh PR-URL: #28095 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Refael Ackermann (רפאל פלחי) <refack@gmail.com>
1 parent eb05db9 commit b690e19
Copy full SHA for b690e19

File tree

Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed
Open diff view settings
Collapse file

‎.gitignore‎

Copy file name to clipboardExpand all lines: .gitignore
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@ _UpgradeReport_Files/
122122
/deps/uv/.github/
123123
/deps/uv/docs/code/
124124
/deps/uv/docs/src/guide/
125+
# Ignore dependencies fetched by deps/v8/tools/node/fetch_deps.py
126+
/deps/.cipd
125127

126128
# === Global Rules ===
127129
# Keep last to avoid being excluded

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.