|
1 | 1 | A-infra:
|
2 |
| - - ".github/*" |
3 |
| - - ".github/.*" |
4 |
| - - ".github/**/*" |
5 |
| - - ".github/**/.*" |
| 2 | + - ".github/**" |
| 3 | + - ".*ignore" |
| 4 | + - ".markdownlint*" |
| 5 | + - "*.json" |
6 | 6 | - "*.md"
|
7 | 7 | - "*.yml"
|
8 |
| - - "*.json" |
9 |
| - - ".markdownlint*" |
10 |
| - - ".*ignore" |
11 | 8 |
|
12 | 9 | A-blocks:
|
13 |
| - - "blocks/*" |
14 |
| - - "blocks/.*" |
15 |
| - - "blocks/**/*" |
16 |
| - - "blocks/**/.*" |
| 10 | + - "blocks/**" |
17 | 11 |
|
18 | 12 | A-hash:
|
19 |
| - - "packages/hash/*" |
20 |
| - - "packages/hash/.*" |
21 |
| - - "packages/hash/**/*" |
22 |
| - - "packages/hash/**/.*" |
| 13 | + - "apps/hash-*/**" |
| 14 | + - "libs/@local/hash-*/**" |
| 15 | + - "libs/hash-*/**" |
23 | 16 |
|
24 | 17 | A-engine:
|
25 |
| - - "apps/engine/*" |
26 |
| - - "apps/engine/.*" |
27 |
| - - "apps/engine/**/*" |
28 |
| - - "apps/engine/**/.*" |
| 18 | + - "apps/engine/**" |
29 | 19 |
|
30 | 20 | A-learn:
|
31 |
| - - "apps/hashdotai/docs/*" |
32 |
| - - "apps/hashdotai/docs/.*" |
33 |
| - - "apps/hashdotai/docs/**/*" |
34 |
| - - "apps/hashdotai/docs/**/.*" |
35 |
| - - "apps/hashdotai/glossary/*" |
36 |
| - - "apps/hashdotai/glossary/.*" |
37 |
| - - "apps/hashdotai/glossary/**/*" |
38 |
| - - "apps/hashdotai/glossary/**/.*" |
| 21 | + - "apps/hashdotai/docs/**" |
| 22 | + - "apps/hashdotai/glossary/**" |
39 | 23 |
|
40 | 24 | A-error-stack:
|
41 |
| - - "packages/libs/error-stack/*" |
42 |
| - - "packages/libs/error-stack/.*" |
43 |
| - - "packages/libs/error-stack/**/*" |
44 |
| - - "packages/libs/error-stack/**/.*" |
| 25 | + - "packages/libs/error-stack/**" |
45 | 26 |
|
46 | 27 | A-deer:
|
47 |
| - - "libs/deer/*" |
48 |
| - - "libs/deer/.*" |
49 |
| - - "libs/deer/**/*" |
50 |
| - - "libs/deer/**/.*" |
| 28 | + - "libs/deer/**" |
51 | 29 |
|
52 | 30 | A-backend:
|
53 |
| - - "apps/hash-graph/*" |
54 |
| - - "apps/hash-graph/.*" |
55 |
| - - "apps/hash-graph/**/*" |
56 |
| - - "apps/hash-graph/**/.*" |
| 31 | + - "apps/hash-graph/**" |
57 | 32 |
|
58 | 33 | C-dependencies:
|
59 | 34 | - "**/Cargo.lock"
|
60 | 35 | - "**/yarn.lock"
|
61 | 36 |
|
62 | 37 | frontend:
|
63 |
| - - apps/hash-frontend/* |
64 |
| - - apps/hash-frontend/.* |
65 |
| - - apps/hash-frontend/**/* |
66 |
| - - apps/hash-frontend/**/.* |
| 38 | + - "apps/hash-frontend/**" |
67 | 39 |
|
68 | 40 | api:
|
69 |
| - - apps/hash-api/* |
70 |
| - - apps/hash-api/.* |
71 |
| - - apps/hash-api/**/* |
72 |
| - - apps/hash-api/**/.* |
| 41 | + - "apps/hash-api/**" |
73 | 42 |
|
74 | 43 | integration:
|
75 |
| - - tests/hash-backend-integration/* |
76 |
| - - tests/hash-backend-integration/.* |
77 |
| - - tests/hash-backend-integration/**/* |
78 |
| - - tests/hash-backend-integration/**/.* |
| 44 | + - "tests/hash-backend-integration/**" |
79 | 45 |
|
80 | 46 | docker:
|
81 |
| - - infra/docker/* |
82 |
| - - infra/docker/.* |
83 |
| - - infra/docker/**/* |
84 |
| - - infra/docker/**/.* |
| 47 | + - "infra/docker/**" |
85 | 48 |
|
86 | 49 | playwright:
|
87 |
| - - tests/hash-playwright/* |
88 |
| - - tests/hash-playwright/.* |
89 |
| - - tests/hash-playwright/**/* |
90 |
| - - tests/hash-playwright/**/.* |
| 50 | + - "tests/hash-playwright/**" |
91 | 51 |
|
92 | 52 | realtime:
|
93 |
| - - apps/hash-realtime/* |
94 |
| - - apps/hash-realtime/.* |
95 |
| - - apps/hash-realtime/**/* |
96 |
| - - apps/hash-realtime/**/.* |
| 53 | + - "apps/hash-realtime/**" |
97 | 54 |
|
98 | 55 | search-loader:
|
99 |
| - - apps/hash-search-realtime/* |
100 |
| - - apps/hash-search-realtime/.* |
101 |
| - - apps/hash-search-realtime/**/* |
102 |
| - - apps/hash-search-realtime/**/.* |
| 56 | + - "apps/hash-search-realtime/**" |
0 commit comments