Closed mhulse closed 10 years ago
So, I had a folder named /icons that was being ignored because of this:
/icons
Icon?
Related:
Icon\r
.gitignore
I guess the solution is to do this instead:
Icon^M^M
Scratch that ... Looks like icons/ folder still gets ignored.
icons/
This looks like a good way to handle it:
https://github.com/Calrion/gitignore/blob/d5c30753e73cc1d83a5f40f1d5cafb464e3f1451/Global/OSX.gitignore
Wait! Icon^M^M does work! I accidentally had dupe definitions in a global .gitignore file.
So, I had a folder named
/icons
that was being ignored because of this:Related:
Icon\r
in.gitignore
I guess the solution is to do this instead: