deutranium / Algorithms

Short explanations and implementations of different algorithms in multiple languages
48 stars 98 forks source link

Cleanup: delete temporary OS file (.DS_Store) #262

Closed jodaAtGithub closed 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 file was already listed before they got ignored.