How o remove .meta files visual studio code Code Example
how o remove .meta files visual studio code
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
}