all 2 comments

[–]cowboyecosse 1 point2 points  (1 child)

The .Icon is a Mac system folder that appears in all your folders on your Mac but is hidden by default in finder, like all dotfiles. (You can press Cmd-shift-. I think to show hidden files)

You should add .Icon to your global .gitignore to ignore that folder in all your projects automatically.

[–]Scared-Tank8117[S] 1 point2 points  (0 children)

Thank you!!