.gitignore에 .env 파일 올려도 git에 올라갈 때

Hyodduru ·2022년 5월 18일
3

CS & Etc.

목록 보기
10/12

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

profile
꾸준히 성장하기🦋 https://hyodduru.tistory.com/ 로 블로그 옮겼습니다

0개의 댓글