1
1
api :
2
- - ' ./ storage/framework/api/**'
2
+ - ' storage/framework/api/**'
3
3
4
4
deps :
5
5
- ./package.json
6
6
7
7
core :
8
- - ' ./ storage/framework/.stacks/**'
8
+ - ' storage/framework/.stacks/**'
9
9
10
10
ide :
11
- - ' ./ storage/framework/ide/**'
11
+ - ' storage/framework/ide/**'
12
12
13
13
jetbrains :
14
- - ' ./ storage/framework/ide/jetbrains/**'
14
+ - ' storage/framework/ide/jetbrains/**'
15
15
16
16
vscode :
17
- - ' ./ storage/framework/ide/vscode/**'
17
+ - ' storage/framework/ide/vscode/**'
18
18
19
19
libs :
20
20
- ' storage/framework/libs/**'
@@ -37,10 +37,10 @@ scripts:
37
37
- ./storage/framework/.stacks/scripts/**
38
38
39
39
stack :
40
- - ' ./ storage/framework/.stacks/stacks/**'
40
+ - ' storage/framework/.stacks/stacks/**'
41
41
42
42
dashboard :
43
- - ' ./ storage/framework/.stacks/stacks/dashboard/**'
43
+ - ' storage/framework/.stacks/stacks/dashboard/**'
44
44
45
45
vcs :
46
46
- ./storage/framework/.stacks/vcs/**
@@ -49,188 +49,187 @@ github:
49
49
- ./storage/framework/.stacks/vcs/github/**
50
50
51
51
views :
52
- - ' ./ storage/framework/.stacks/views/**'
52
+ - ' storage/framework/.stacks/views/**'
53
53
- resources/views/**
54
54
55
55
web :
56
56
- ./storage/framework/.stacks/views/web/**
57
57
58
58
actions :
59
- - ' ./ storage/framework/.stacks/core/actions/**'
59
+ - ' storage/framework/.stacks/core/actions/**'
60
60
61
61
ai :
62
- - ' ./ storage/framework/.stacks/core/ai/**'
62
+ - ' storage/framework/.stacks/core/ai/**'
63
63
64
64
alias :
65
- - ' ./ storage/framework/.stacks/core/alias/**'
65
+ - ' storage/framework/.stacks/core/alias/**'
66
66
67
67
analytics :
68
- - ' ./ storage/framework/.stacks/core/analytics/**'
68
+ - ' storage/framework/.stacks/core/analytics/**'
69
69
70
70
arrays :
71
- - ' ./ storage/framework/.stacks/core/utils/arrays/**'
71
+ - ' storage/framework/.stacks/core/utils/arrays/**'
72
72
73
73
auth :
74
- - ' ./ storage/framework/.stacks/core/auth/**'
74
+ - ' storage/framework/.stacks/core/auth/**'
75
75
76
76
buddy :
77
- - ' ./ storage/framework/.stacks/core/buddy/**'
77
+ - ' storage/framework/.stacks/core/buddy/**'
78
78
79
79
build :
80
- - ' ./ storage/framework/.stacks/core/build/**'
80
+ - ' storage/framework/.stacks/core/build/**'
81
81
82
82
cache :
83
- - ' ./ storage/framework/.stacks/core/cache/**'
83
+ - ' storage/framework/.stacks/core/cache/**'
84
84
85
85
chat :
86
- - ' ./ storage/framework/.stacks/core/notifications/chat/**'
86
+ - ' storage/framework/.stacks/core/notifications/chat/**'
87
87
88
88
cli :
89
- - ' ./ storage/framework/.stacks/core/cli/**'
89
+ - ' storage/framework/.stacks/core/cli/**'
90
90
- app/commands/**
91
91
92
92
cloud :
93
- - ' ./ storage/framework/.stacks/core/cloud/**'
93
+ - ' storage/framework/.stacks/core/cloud/**'
94
94
95
95
collections :
96
- - ' ./ storage/framework/.stacks/core/utils/collections/**'
96
+ - ' storage/framework/.stacks/core/utils/collections/**'
97
97
98
98
config :
99
- - ' ./ storage/framework/.stacks/core/config/**'
99
+ - ' storage/framework/.stacks/core/config/**'
100
100
- config/**
101
101
102
102
database :
103
- - ' ./ storage/framework/.stacks/core/database/**'
103
+ - ' storage/framework/.stacks/core/database/**'
104
104
105
105
datetime :
106
- - ' ./ storage/framework/.stacks/core/utils/datetime/**'
106
+ - ' storage/framework/.stacks/core/utils/datetime/**'
107
107
108
108
desktop :
109
- - ' ./ storage/framework/.stacks/core/desktop/**'
109
+ - ' storage/framework/.stacks/core/desktop/**'
110
110
- ./storage/framework/.stacks/views/desktop/**
111
111
112
112
development :
113
- - ' ./ storage/framework/.stacks/core/development/**'
113
+ - ' storage/framework/.stacks/core/development/**'
114
114
115
115
dns :
116
- - ' ./ storage/framework/.stacks/core/dns/**'
116
+ - ' storage/framework/.stacks/core/dns/**'
117
117
118
118
docs :
119
- - ' ./ storage/framework/.stacks/core/docs/**'
119
+ - ' storage/framework/.stacks/core/docs/**'
120
120
- ' storage/framework/docs/**'
121
121
- docs/**
122
122
- config/docs.ts
123
123
124
124
email :
125
- - ' ./ storage/framework/.stacks/core/notifications/email/**'
125
+ - ' storage/framework/.stacks/core/notifications/email/**'
126
126
127
127
error-handling :
128
- - ' ./ storage/framework/.stacks/core/error-handling/**'
128
+ - ' storage/framework/.stacks/core/error-handling/**'
129
129
130
130
events :
131
- - ' ./ storage/framework/.stacks/core/events/**'
131
+ - ' storage/framework/.stacks/core/events/**'
132
132
- app/events/**
133
133
134
134
faker :
135
- - ' ./ storage/framework/.stacks/core/faker/**'
135
+ - ' storage/framework/.stacks/core/faker/**'
136
136
137
137
git :
138
- - ' ./ storage/framework/.stacks/core/utils/git/**'
138
+ - ' storage/framework/.stacks/core/utils/git/**'
139
139
140
140
health :
141
- - ' ./ storage/framework/.stacks/core/health/**'
141
+ - ' storage/framework/.stacks/core/health/**'
142
142
143
143
lint :
144
- - ' ./ storage/framework/.stacks/core/lint/**'
144
+ - ' storage/framework/.stacks/core/lint/**'
145
145
146
146
logging :
147
- - ' ./ storage/framework/.stacks/core/logging/**'
147
+ - ' storage/framework/.stacks/core/logging/**'
148
148
149
149
modules :
150
- - ' ./ storage/framework/.stacks/core/modules/**'
150
+ - ' storage/framework/.stacks/core/modules/**'
151
151
152
152
notifications :
153
- - ' ./ storage/framework/.stacks/core/notifications/**'
153
+ - ' storage/framework/.stacks/core/notifications/**'
154
154
- app/notifications/**
155
155
156
156
objects :
157
- - ' ./ storage/framework/.stacks/core/utils/objects/**'
157
+ - ' storage/framework/.stacks/core/utils/objects/**'
158
158
159
159
orm :
160
- - ' ./ storage/framework/.stacks/core/orm/**'
160
+ - ' storage/framework/.stacks/core/orm/**'
161
161
162
162
pages :
163
- - ' ./ storage/framework/.stacks/core/pages/**'
163
+ - ' storage/framework/.stacks/core/pages/**'
164
164
165
165
path :
166
- - ' ./ storage/framework/.stacks/core/path/**'
166
+ - ' storage/framework/.stacks/core/path/**'
167
167
168
168
payments :
169
- - ' ./ storage/framework/.stacks/core/payments/**'
169
+ - ' storage/framework/.stacks/core/payments/**'
170
170
171
171
push :
172
- - ' ./ storage/framework/.stacks/core/notifications/push/**'
172
+ - ' storage/framework/.stacks/core/notifications/push/**'
173
173
174
174
query-builder :
175
- - ' ./ storage/framework/.stacks/core/query-builder/**'
175
+ - ' storage/framework/.stacks/core/query-builder/**'
176
176
177
177
queue :
178
- - ' ./ storage/framework/.stacks/core/queue/**'
178
+ - ' storage/framework/.stacks/core/queue/**'
179
179
180
180
real-time :
181
- - ' ./ storage/framework/.stacks/core/real-time/**'
181
+ - ' storage/framework/.stacks/core/real-time/**'
182
182
183
183
repl :
184
- - ' ./ storage/framework/.stacks/core/repl/**'
184
+ - ' storage/framework/.stacks/core/repl/**'
185
185
186
186
router :
187
- - ' ./ storage/framework/.stacks/core/router/**'
187
+ - ' storage/framework/.stacks/core/router/**'
188
188
189
189
scheduler :
190
- - ' ./ storage/framework/.stacks/core/scheduler/**'
190
+ - ' storage/framework/.stacks/core/scheduler/**'
191
191
192
192
search-engine :
193
- - ' ./ storage/framework/.stacks/core/search-engine/**'
193
+ - ' storage/framework/.stacks/core/search-engine/**'
194
194
195
195
security :
196
- - ' ./ storage/framework/.stacks/core/security/**'
196
+ - ' storage/framework/.stacks/core/security/**'
197
197
198
198
server :
199
- - ' ./ storage/framework/.stacks/core/server/**'
199
+ - ' storage/framework/.stacks/core/server/**'
200
200
201
201
signals :
202
- - ' ./ storage/framework/.stacks/core/signals/**'
202
+ - ' storage/framework/.stacks/core/signals/**'
203
203
204
204
slug :
205
- - ' ./ storage/framework/.stacks/core/slug/**'
205
+ - ' storage/framework/.stacks/core/slug/**'
206
206
207
207
sms :
208
- - ' ./ storage/framework/.stacks/core/notifications/sms/**'
208
+ - ' storage/framework/.stacks/core/notifications/sms/**'
209
209
210
210
storage :
211
- - ' ./storage/framework/.stacks/core/storage/**'
212
211
- storage/**
213
212
214
213
strings :
215
- - ' ./ storage/framework/.stacks/core/utils/strings/**'
214
+ - ' storage/framework/.stacks/core/utils/strings/**'
216
215
217
216
testing :
218
- - ' ./ storage/framework/.stacks/core/testing/**'
217
+ - ' storage/framework/.stacks/core/testing/**'
219
218
220
219
tinker :
221
- - ' ./ storage/framework/.stacks/core/tinker/**'
220
+ - ' storage/framework/.stacks/core/tinker/**'
222
221
223
222
types :
224
- - ' ./ storage/framework/.stacks/core/types/**'
223
+ - ' storage/framework/.stacks/core/types/**'
225
224
226
225
ui :
227
- - ' ./ storage/framework/.stacks/core/ui/**'
226
+ - ' storage/framework/.stacks/core/ui/**'
228
227
229
228
utils :
230
- - ' ./ storage/framework/.stacks/core/utils/**'
229
+ - ' storage/framework/.stacks/core/utils/**'
231
230
232
231
validation :
233
- - ' ./ storage/framework/.stacks/core/validation/**'
232
+ - ' storage/framework/.stacks/core/validation/**'
234
233
235
234
app :
236
235
- app/**
0 commit comments