Utility/SourceTree

SourceTree에서 디렉토리 (Directory) Git Ignore하기

blueasa 2015. 1. 21. 15:57

SourceTree에서 디렉토리를 Git Ignore하기 위해


디렉토리에 포함된 파일 (File)을 선택하고


우 클릭 후 Ignore...를 선택한다.

(한글버전: 우 클릭 후 '무시'를 선택한다.)


'Ignore everything beneath:'에서 Ignore할 디렉토리를 선택하고

(한글버전: '이하 모든 걸 무시'에서 무시할 디렉토리를 선택하고)


'Add this ignore entry to:'에서 'This repository only'를 선택한다.

(한글버전: '무시 범위:'에서 '이 저장소 전용'을 선택한다)



출처 : http://devday.tistory.com/entry/SourceTree%EC%97%90%EC%84%9C-%EB%94%94%EB%A0%89%ED%86%A0%EB%A6%AC-Directory-Git-Ignore%ED%95%98%EA%B8%B0







참조 : http://stackoverflow.com/questions/9665399/how-to-ignore-all-files-in-a-folder-with-a-git-repository-in-sourcetree

반응형