기존 파일 git 변경사항 무시하기

git update-index --assume-unchanged ./예제.txt

.gitignore 파일을 만들기

https://www.toptal.com/developers/gitignore 진행하는 프로젝트에 따라 검색하여 복붙하면 된다.

그냥 즉석으로 적어줘도 무방하다.

// 파일명은 그대로
node_modules