.gitignore란?

 

Git 버전 관리에서 제외할 파일 목록을 지정하는 파일이다.

git으로 프로젝트를 관리할 때, 그 프로젝트 안의 특정파일들을 Git으로 관리할 필요가 없는 경우 사용한다.

 

1. gitignore 생성 사이트

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

 

gitignore.io

Create useful .gitignore files for your project

www.toptal.com

해당 사이트에서 gitignore 파일 생성을 원하는 키워드만 적으면 파일 내용을 생성해준다.

파이썬 프로잭트 - python

파이참 툴 - jetbrains

 

 

2. github gitignore 

https://github.com/github/gitignore

 

GitHub - github/gitignore: A collection of useful .gitignore templates

A collection of useful .gitignore templates. Contribute to github/gitignore development by creating an account on GitHub.

github.com

파이참 툴 - global -> jetbrains

 

 

'프로그래밍 > Git' 카테고리의 다른 글

Github Action을 이용한 배포 자동화2 (with EB)  (0) 2022.04.26
Github Action을 이용한 배포 자동화  (0) 2022.04.26
Git 이란?  (0) 2022.04.23

+ Recent posts