I am having a bit of difficulty picking up git. While tracking and committing text files is easy, every time I add a Visual Studio project folder to a repository, git throws this (modified content) status at me and I can not get it to add the new content to the repository. I can add the files just great the first time, but any time I edit one of these files, I am unable to add the new files to the next commit.
What can I do to add new files, and why is this not working? I attempted to add some gitignore files to see if possibly I should be ignoring some of the extra Visual Studio files, although I'm not sure I have them added correctly and I was having this issue before and after.
While I have found numerous different people asking about this, none of the answers have fixed my issue.
Thanks in advance, I've been pulling my hair out over this, it just seems so simple.
Visual of the problem: