mhulse / gh-boiler

Common GitHub boilerplate files I use to kick-start new repositories.
Apache License 2.0
8 stars 3 forks source link

Icon! #34

Closed mhulse closed 10 years ago

mhulse commented 10 years ago

So, I had a folder named /icons that was being ignored because of this:

Icon?

Related:

I guess the solution is to do this instead:

Icon^M^M
mhulse commented 10 years ago

Scratch that ... Looks like icons/ folder still gets ignored.

mhulse commented 10 years ago

This looks like a good way to handle it:

https://github.com/Calrion/gitignore/blob/d5c30753e73cc1d83a5f40f1d5cafb464e3f1451/Global/OSX.gitignore

mhulse commented 10 years ago

Wait! Icon^M^M does work! I accidentally had dupe definitions in a global .gitignore file.