Closed BirjuVachhani closed 4 years ago
Spider is not aware of os specific files like .ds_store file on mac systems. So when you run spider build command on mac system, it generates a dart reference for .ds_store file as well. It should ignore those system files in the first place.
.ds_store
Spider is not aware of os specific files like
.ds_store
file on mac systems. So when you run spider build command on mac system, it generates a dart reference for.ds_store
file as well. It should ignore those system files in the first place.