Skip to content

Commit

Permalink
this vendors glob-match with unicode support
Browse files Browse the repository at this point in the history
  • Loading branch information
arlyon committed Apr 13, 2023
1 parent ca16109 commit 5dcc377
Show file tree
Hide file tree
Showing 16 changed files with 3,236 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ pnpm-lock.yaml
# crates in alphabetical order
/crates @vercel/web-tooling
# overrides for crates that are owned by turbo-oss
/crates/globwatch @vercel/turbo-oss
/crates/turbopath @vercel/turbo-oss
/crates/turborepo @vercel/turbo-oss
/crates/turborepo-api-client @vercel/turbo-oss
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@ jobs:
xtask/**
.cargo/**
rust-toolchain
!crates/turborepo/**
!glob-watch
!crates/turborepo/**
!crates/turborepo-api-client/**
!crates/turborepo-lib/**
!crates/turborepo-ffi/**
Expand All @@ -120,6 +121,7 @@ jobs:
PATTERNS: |
pnpm-lock.yaml
package.json
glob-watch
crates/turborepo/**
crates/turborepo-api-client/**
crates/turborepo-lib/**
Expand Down
3 changes: 3 additions & 0 deletions crates/glob-match/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.vscode
.DS_Store
target
Loading

0 comments on commit 5dcc377

Please sign in to comment.