Removing files on git
$ git rm --cached filename.ext //Specific File $ git rm --cached *.ext //Specific Files W/ext $ git rm --cached . //All Files