[git] gitignore

366 단어 gitgit

Usage


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

.gitignore

**/test.txt

file structure

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

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

1 directory, 4 files

좋은 웹페이지 즐겨찾기