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/` and `deps/v8/.github/`.
  • Loading branch information
lpinca committed Jan 4, 2023
1 parent 5d4cb84 commit 98dff80
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 148 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 Actions workflows
/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.

13 changes: 0 additions & 13 deletions deps/v8/.github/mistaken-pull-closer.yml

This file was deleted.

0 comments on commit 98dff80

Please sign in to comment.