FileInfo

Languages

Overview

What is a GITKEEP file? 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.

More Information 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.

Popularity3.5/5

19 votes

Quick AppOpen with
VerifiedVerified by FileInfo.com The FileInfo.com team has independently researched the Git Keep file format and Mac, Windows, and Linux apps listed on this page. Our goal is 100% accuracy and we only publish information about file types that we have verified. If you would like to suggest any additions or updates to this page, please let us know .

Document Icon

Breadcrumbs

DeveloperN/A
Popularity3.5 | 19 Votes

Previous / Next

In-Depth

.GITKEEP File Extension

Git Keep File

DeveloperN/A
Popularity
3.5  |  19 Votes
 

What is a GITKEEP file?

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.

More Information

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.

Open over 400 file formats with File Viewer Plus . Free Download

Programs that open GITKEEP files

Sort

Pricing

Program Name

Platform

Reset

X

Windows

Git

Free

Mac

Git

Free

Linux

Git

Free

Category: Developer Files

Updated: May 17, 2017

FAQ

What is a GITKEEP file?
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.