Skip to content

Commit 60b0a7e

Browse files
committed
fix(generator): use recursive globs in ESLint ignore to correctly match subdirectories in unpacked CI test packages
1 parent 847a506 commit 60b0a7e

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
**/node_modules
22
**/coverage
33
**/.coverage
4-
test/fixtures
5-
build/
6-
docs/
7-
protos/
8-
system-test/
9-
samples/generated/
4+
**/test/fixtures
5+
**/build
6+
**/docs
7+
**/protos
8+
**/system-test
9+
**/samples/generated
1010
bazel-gapic-generator-typescript/
1111
test-fixtures/

0 commit comments

Comments
 (0)