We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0b2267 commit bb42237Copy full SHA for bb42237
1 file changed
internal/core/domain/scroll.go
@@ -217,4 +217,5 @@ var ScrollFiles = map[string]ArtifactType{
217
"public": ArtifactTypeScrollFs,
218
"private": ArtifactTypeScrollFs,
219
"data": ArtifactTypeScrollData,
220
+ ".meta": ArtifactTypeScrollMeta,
221
}
0 commit comments