There is a problem I'm having. We have a github setup for a group project. One of the folders in the git repo is a web app with its own heroku deployment, and therefore its own .git. Github always marks this file green, and I have no idea how to convert it from a git submodule to just an ordinary folder.
I tried adding the /path/.git to .gitignore but it didn't help.
Thanks for your help!