@@ -15,26 +15,25 @@ comment:
15
15
layout : ' reach, diff, flags, files'
16
16
17
17
ignore :
18
- - ' webpack-config/**'
19
- - ' hardware-testing/**'
20
- - ' abr-testing/**'
21
- - ' test-data-generation/**'
22
- - ' performance-metrics/**'
23
- - ' package-testing/**'
24
- - ' opentrons-ai-server/**'
25
- - ' opentrons-ai-client/**'
26
- - ' g-code-testing/**'
27
- - ' api-client/**'
28
- - ' analyses-snapshot-testing/**'
29
- - ' .storybook/**'
30
- - ' react-api-client/**'
31
- - ' scripts/**'
32
- - ' .github/**'
33
- - ' **/build/**'
34
- - ' **/dist/**'
35
- - ' **/node_modules/**'
36
- - ' **/cypress/**'
37
- - ' **/{test,tests,__tests__,__mocks__,mocks}/**'
18
+ - ' hardware-testing/**/*'
19
+ - ' abr-testing/**/*'
20
+ - ' test-data-generation/**/*'
21
+ - ' performance-metrics/**/*'
22
+ - ' package-testing/**/*'
23
+ - ' opentrons-ai-server/**/*'
24
+ - ' opentrons-ai-client/**/*'
25
+ - ' g-code-testing/**/*'
26
+ - ' api-client/**/*'
27
+ - ' analyses-snapshot-testing/**/*'
28
+ - ' .storybook/**/*'
29
+ - ' react-api-client/**/*'
30
+ - ' scripts/**/*'
31
+ - ' .github/**/*'
32
+ - ' **/build/**/*'
33
+ - ' **/dist/**/*'
34
+ - ' **/node_modules/**/*'
35
+ - ' **/cypress/**/*'
36
+ - ' **/{test,tests,__tests__,__mocks__,mocks}/**/*'
38
37
- ' **/*.{md,yaml,yml,json,rst}'
39
38
- ' **/Makefile'
40
39
- ' **/*.{in,ini,lock,toml,cfg}'
0 commit comments