목록SCM/Git (2)
Enterprise APP
git ignore설정
> vi .gitignore 프로젝트 root경로에 .gitignore 생성 후 제외할 파일 편집 > git commit -a -m 'add git ignore files' 커밋해야 반영 됨 이미 커밋 반영된 파일일 경우 > git rm --dry-run 제외파일 > git rm 제외파일 repository에서는 삭제하지 않을 경우 > git rm --cached 제외파일
SCM/Git
2017. 2. 14. 13:20