What if you want git to ignore just one file or just one subfolder within a parent folder that you want everything else to ignore?
In my case - I wanted to expose a small subset of my /docs files to the public repo - but NOT the entire directory (@see readme for explanation).
It turns out, there's more than one solution - and as always, there's a bunch of bad solutions (often quick and easy) you can find on stackexchange.
