We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d4cb84 commit 98dff80Copy full SHA for 98dff80
.gitignore
@@ -136,10 +136,11 @@ tools/*/*.i.tmp
136
/deps/npm/node_modules/.bin/
137
# Respect V8's .gitignore
138
!deps/v8/**
139
-# Ignore the libuv book and GitHub templates
140
-/deps/uv/.github/
+# Ignore the libuv book
141
/deps/uv/docs/code/
142
/deps/uv/docs/src/guide/
+# Ignore GitHub Actions workflows
143
+/deps/**/.github/
144
# Ignore dependencies fetched by tools/v8/fetch_deps.py
145
/deps/.cipd
146
deps/base64/base64/.github/workflows/test.yml
deps/v8/.github/mistaken-pull-closer.yml
0 commit comments