cara menghapus file dari git tetapi tetap lokal dan abaikan file
git rm --cached {someFile}
Redwan Hussain
git rm --cached {someFile}
git rm --cached -r {someDir}