Skip to content

Commit d251a66

Browse files
lpincajuanarbol
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 d088d6e commit d251a66

File tree

2 files changed

+3
-135
lines changed

2 files changed

+3
-135
lines changed

.gitignore

+3-2
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

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

-133
This file was deleted.

0 commit comments

Comments
 (0)