tailwindlabs / heroicons

A set of free MIT-licensed high-quality SVG icons for UI development.
https://heroicons.com
MIT License
21.22k stars 1.27k forks source link

chore: remove cached .DS_Store files #295

Closed sachinraja closed 2 years ago

bartenra commented 3 years ago

Why not add it to .gitignore as well.

sachinraja commented 3 years ago

It is added to .gitignore, but git cached these files since they were added before the ignore. So this PR clears the cache and removes them.

adamwathan commented 2 years ago

Thanks!