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 4955624

Browse filesBrowse files
lpincaRafaelGSS
authored andcommitted
deps: add /deps/**/.github/ to .gitignore
- Ignore `.github` directories in the `deps` directory. - Remove `deps/base64/base64/.github/`. PR-URL: #46091 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ruy Adorno <ruyadorno@google.com> Reviewed-By: Michaël Zasso <targos@protonmail.com>
1 parent ad7846f commit 4955624
Copy full SHA for 4955624

File tree

Expand file treeCollapse file tree

2 files changed

+3
-135
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

2 files changed

+3
-135
lines changed
Open diff view settings
Collapse file

‎.gitignore‎

Copy file name to clipboardExpand all lines: .gitignore
+3-2Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,10 +136,11 @@ tools/*/*.i.tmp
136136
/deps/npm/node_modules/.bin/
137137
# Respect V8's .gitignore
138138
!deps/v8/**
139-
# Ignore the libuv book and GitHub templates
140-
/deps/uv/.github/
139+
# Ignore the libuv book
141140
/deps/uv/docs/code/
142141
/deps/uv/docs/src/guide/
142+
# Ignore .github directories
143+
/deps/**/.github/
143144
# Ignore dependencies fetched by tools/v8/fetch_deps.py
144145
/deps/.cipd
145146

Collapse file

‎deps/base64/base64/.github/workflows/test.yml‎

Copy file name to clipboardExpand all lines: deps/base64/base64/.github/workflows/test.yml
-133Lines changed: 0 additions & 133 deletions
This file was deleted.

0 commit comments

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