You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After globbing, if the file is a directory, add all of its children (i.e. re-glob with /** at the end). Then, remove duplicate files from the returned list. (see (Manifest).AssetsPaths)
The text was updated successfully, but these errors were encountered:
After globbing, if the file is a directory, add all of its children (i.e. re-glob with
/**
at the end). Then, remove duplicate files from the returned list. (see(Manifest).AssetsPaths
)The text was updated successfully, but these errors were encountered: