Как удалить файл .env из git cache
git rm .env --cached
git commit -m "Stopped tracking .env File"
Agreeable Angelfish
git rm .env --cached
git commit -m "Stopped tracking .env File"