본문 바로가기

LIFE

[git] ignore

http://www.toptal.com/developers/gitignore

 

gitignore.io

Create useful .gitignore files for your project

www.toptal.com

git ignore 를 자동으로 생성해주는 사이트

 

keyword : MacOS, XCode, C++


1. 적용할 프로젝트 폴더 이동

2. vi .gitignore

3. 붙여넣기

 

4. git rm --cached -r . (적용)