fix: 标准资源同步排除 build_meta.json
This commit is contained in:
parent
bde5161b54
commit
36b5b903e1
@ -105,7 +105,7 @@ func (s *ResourceManagementService) SyncStandardResourcesFromDirectory(dir strin
|
||||
continue
|
||||
}
|
||||
for _, sub := range subEntries {
|
||||
if sub.IsDir() {
|
||||
if sub.IsDir() || sub.Name() == "build_meta.json" {
|
||||
continue
|
||||
}
|
||||
fullPath := filepath.Join(subDir, sub.Name())
|
||||
|
||||
Binary file not shown.
Loading…
Reference in New Issue
Block a user