remove git cached files code example
Example 1: git ignore still tracking
git rm --cached <file>
git rm -r --cached <folder>
Example 2: git remove cached
git rm -r --cached <name-of-dir>
Example 3: git remove cached directory
git rm -r --cached [directory]
Example 4: git rm cached
$ git rm --cached filename