I've looked at this answer: Unignore subdirectories of ignored directories in Git
And as far as I can tell I am doing the same thing, but git refuses to unignore my directories/files.
These are my rules. I'm trying to just get the listed directories/subdirectories, but the entire public directory is not showing up.
/public/bootstrap/*
!/public/bootstrap/bower_components/bootstrap/dist/*
!/public/bootstrap/bower_components/bootstrap/dist/**/*
!/public/bootstrap/bower_components/bootstrap/less/variables.less
Any ideas?