.GITIGNORE File
.gitignore is Git Ignore File
Features | Description |
---|---|
File Extension | .gitignore |
Format | Text |
Created by | Git |
Category | Developer |
.gitignore is Git Ignore File
Features | Description |
---|---|
File Extension | .gitignore |
Format | Text |
Created by | Git |
Category | Developer |
What's on this Page
File extension gitignore is associated with Git, a version control system developed by Linus Torvalds for various platforms that can run on local machine also as server app.
These .gitignore files are text configuration files used by Git used to determine which files and directories to ignore, before user make a commit.
Files with gitignore extension can be most often encountered as special data files for Git versioning system. These stores information about files that Git should intentionally ignore.