.gitignore , commit 제외 대상 지정

horiz.d·2022년 5월 6일
0

Git & Github

목록 보기
24/27

특정 파일 이름 지정 제외

fileName.js

현재 경로의 특정 파일 이름만 지정 제외

/fileName.js

특정 디렉토리 내 모든 파일 제외

node_module/

특정 경로 하위의 모든 지정 파일 제외하기

folder/**/fileName_2.txt

확장자 지정하여 전부 제외

*.txt

예외 지정

!fileName.txt




ref : https://programming119.tistory.com/105 [개발자 아저씨들 힘을모아]

profile
가용한 시간은 한정적이고, 배울건 넘쳐난다.

0개의 댓글