bagaimana o menghapus file .meta file studio visual
add this on setting.json, to access setting.json hit ctrl+shift+p in
vs code and search by setting.json and click it.
"files.exclude": {
"**/*.meta": true
}
Alex_Chipmunk