nowaveosu.log
로그인
nowaveosu.log
로그인
[git] node_modules를 올려버렸을 때
노호준
·
2024년 5월 7일
팔로우
0
node_modules가 생성된 경로와 같은 경로에(node_modules안 아님, 이미지에선 server에 해당) 파일추가 => .gitignore 생성
.gitignore에 node_modules 적고 저장
터미널에서 다음 코드 입력
cd server git rm -r --cached git add . git commit -, "remove gitignore files" git push
노호준
팔로우
이전 포스트
[JS] 조합,순열,부분집합, 완전탐색
다음 포스트
[Next.js] socket.io 포트 관리 하는법
0개의 댓글
댓글 작성