본문 바로가기

Git

DS_Store 파일 삭제하기

해당 프로젝트 터미널에 명령어 입력

find . -name .DS_Store -print0 | xargs -0 git rm --ignore-unmatch -f

 

git ignore 파일에 추가

 

commit 하기

 

완료!

'Git' 카테고리의 다른 글