참고 블로그
https://stackoverflow.com/questions/62056294/github-folders-have-a-white-arrow-on-them
stackoverflow.com/questions/21381530/cannot-remove-submodule-from-git-repo
Problem
Github의 레퍼지토리 폴더 아이콘에 흰색 화살표가 뜨고, 클릭이 되지 않는 현상
Solution
cash clear
git rm --cached 하위폴더
git commit -m "remove sub entry"
git push origin master