DedSecInside / Awesome-Scripts

A collection of awesome scripts from developers around the globe.
MIT License
189 stars 105 forks source link

Cleanup: delete temporary OS files (.DS_Store) #117

Open jodaAtGithub opened 1 year ago

jodaAtGithub commented 1 year ago

A .DS_Store file is specific temporary local file, generated by Mac OSX, containing specific settings for a local setup. It is common practice to prevent them from pushing into the VCS.

The .DS_Store filename is already listed in .gitignore, I guess that these files was already listed before they got ignored.