So, I'm working on a PHP project and I'm using this framework: https://github.com/jonseg/crud-admin-generator
But, when I go to commit the files to my git repo, the only files I see are the ones originally created by me. Why aren't I seeing this framework or the changes I've made to this framework? Why can't I commit any of these files? I'm kind of new at git so I'm sorry if this is an easy one...
I have tried searching for all .git files and removing them, running "rm -fr .git" in that directory, making random changes to files, and committing from the command line.