I\'d like to only track certain directories in git in a larger project, where most directories will be excluded and only a few will be tracked. So, I wanted to use
To forcefully add folders that are ignored, use:
git add -f my-ignored-folder