[git] gitignore

dev stefanCho·2021년 10월 4일
0

git

목록 보기
7/14

Usage


gitignore에서 recursive하게 filename을 제외하는 방법

.gitignore

**/test.txt

file structure

아래 파일구조에서 * 표시된것만 git status에 표시된다.

.
├── src
│   ├── test.txt
│   └── test2.txt(*)
├── test.txt
└── test1.txt(*)

1 directory, 4 files
profile
Front-end Developer

0개의 댓글