Tips and tricks
How to clear .ds_store files for theme check plugin
Open terminal
Type
cd
then drag the folder of your theme or plugin
press enter
then, write
find . -name ".DS_Store" -delete
Open terminal
Type
cd
then drag the folder of your theme or plugin
press enter
then, write
find . -name ".DS_Store" -delete