git 에서 env파일 없애주기
git rm .env --cached git add . git commit -m "remove .env file from git" git push
참고 https://stackoverflow.com/questions/38983153/git-ignore-env-files-not-working