cara menghapus file .env dari cache git

git rm .env --cached
git commit -m "Stopped tracking .env File"
Agreeable Angelfish