BirjuVachhani / spider

A small dart library to generate Assets dart code from assets folder.
https://spider.birju.dev/
Apache License 2.0
190 stars 20 forks source link

Spider is generating reference for .DS_store file that it is supposed to be ignored. #14

Closed BirjuVachhani closed 4 years ago

BirjuVachhani commented 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.