# : comments
# no .a files
*.a
# but do track lib.a, even though you're ignoring .a files above
!lib.a
# only ignore the TODO file in the current directory, not subdir/TODO
/TODO
# ignore all files in the build/ directory
build/
# ignore doc/notes.txt, but not doc/server/arch.txt
doc/*.txt
# ignore all .pdf files in the doc/ directory
doc/**/*.pdf
'Git' 카테고리의 다른 글
Git - 이미 Push한 Commit 메시지 수정하기 (0) | 2023.03.05 |
---|---|
Git - 기본기 마스터 : git commit 하는 방법 (0) | 2021.04.01 |
Git - 기본기 마스터 : Tracking 관리하기 (0) | 2021.04.01 |
Git - 기본기 마스터 : 깃의 Workflow 이해하기 (0) | 2021.04.01 |
Git - 기본기 마스터 : 깃 명령어 관리 (0) | 2021.04.01 |