gitignore

git repository에 올리지 말아야할 파일들을 gitignore파일 안에 지정해주면 git add시에 포함되지 않는다.

gitignore 사용방법

  1. .gitignore 이라는 이름으로 txt 파일을 만든다.
  2. .gitignore.txt 파일 안에 올리지 않을 파일 혹은 폴더의 이름을 작성한다.