Skip to content

Commit

Permalink
deps: add /deps/**/.github/ to .gitignore
Browse files Browse the repository at this point in the history
- 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>
  • Loading branch information
lpinca authored and juanarbol committed Jan 31, 2023
1 parent d088d6e commit d251a66
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 135 deletions.
5 changes: 3 additions & 2 deletions .gitignore
Expand Up @@ -136,10 +136,11 @@ tools/*/*.i.tmp
/deps/npm/node_modules/.bin/
# Respect V8's .gitignore
!deps/v8/**
# Ignore the libuv book and GitHub templates
/deps/uv/.github/
# Ignore the libuv book
/deps/uv/docs/code/
/deps/uv/docs/src/guide/
# Ignore .github directories
/deps/**/.github/
# Ignore dependencies fetched by tools/v8/fetch_deps.py
/deps/.cipd

Expand Down
133 changes: 0 additions & 133 deletions deps/base64/base64/.github/workflows/test.yml

This file was deleted.

0 comments on commit d251a66

Please sign in to comment.