File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 5
5
art :
6
6
- .stacks/art/**
7
7
8
+ deps :
9
+ - any : ['./package.json', './pnpm-lock.yaml', './**/package.json']
10
+
8
11
core :
9
- - .stacks/**
12
+ - any : [ ' .stacks/**', '!.stacks/**/package.json' ]
10
13
11
14
fonts :
12
- - any : ['.stacks/fonts/**', '!.stacks/fonts/package.json']
15
+ - any : ['.stacks/fonts/**', '!.stacks/fonts/**/ package.json']
13
16
14
17
ide :
15
18
- any : ['.stacks/ide/**', '!.stacks/ide/package.json']
24
27
- any : ['.stacks/libs/**', '!.stacks/libs/**/package.json']
25
28
26
29
components :
27
- - .stacks/libs/components/**
30
+ - - any : [' .stacks/libs/components/**', '!.stacks/libs/components/**/package.json']
28
31
- resources/components/**
29
32
30
33
entries :
117
120
- any : ['.stacks/core/dns/**', '!.stacks/core/dns/package.json']
118
121
119
122
docs :
120
- - .stacks/docs/**
121
123
- any : ['.stacks/core/docs/**', '!.stacks/core/docs/package.json']
124
+ - any : ['.stacks/docs/**', '!.stacks/docs/package.json']
122
125
- resources/docs/**
123
126
- config/docs.ts
124
127
You can’t perform that action at this time.
0 commit comments