git rm --cached [파일명]
git rm --cached -r [디렉토리명]
git rm --cached -r node_modules
node_modules/
git add . git commit -m "remove: node_modules 디렉토리 제거" git push origin main