.GITKEEP 파일 확장자
Git Keep File
| 개발사 | 해당 없음 |
| 인기도 |
3.5 | 19 투표 |
GITKEEP 파일이란 무엇인가요?
A GITKEEP file is an empty file that Git users create so that a Git repository preserves an otherwise empty project directory. By convention, empty directories that contain no files are not committed to Git repositories. However, a single GITKEEP file in a directory causes Git to preserve the directory in the repository.
추가 정보
The file extension ".gitkeep" is not a part of the official Git standard but has come about by convention with some Git users. The extension name is considered a good choice because it is the opposite of .GITIGNORE, which is an official Git file extension that tells Git which files to ignore when committing to the repository.