I've a git repo where .DS_Store files are already tracked. Is there a way to completely ignore theme in every folder?
I know that before being tracked I can simply put .DS_Store in .gitignore, but I also know that it doesn't work if .DS_Store are already versioned.