solution-leedcode-codechef-codeforces-gfg-interviewbits-hackerEarth-HackerRank
solution-leedcode-codechef-codeforces-gfg-interviewbits-hackerEarth-HackerRank copied to clipboard
Cleanup: delete temporary OS files (.DS_Store)
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.