.GITIGNORE Bestandsextensie

Git Ignore File

Ontwikkelaar Git
Populariteit
3.7  |  56 Stemmen
 

Wat is een GITIGNORE-bestand?

A GITIGNORE file is a settings file used by Git, a version control system that allows developers to track source code changes. It contains a list of files that should not be included in the source code repository. GITIGNORE files help developers exclude unwanted items such as hidden operating system files (e.g., .DS_Store and Thumbs.db), temporary files, and project outputs.

Meer informatie

Schermafbeelding van een .gitignore-bestand in Microsoft Visual Studio Code
GITIGNORE-bestand geopend in Microsoft Visual Studio Code

GITIGNORE files are standard for all projects tracked with Git, and they use the name .gitignore with no filename prefix. Most often, developers include a single .gitignore file in the project's root directory which specifies all exclusions for the project. However, additional .gitignore files may be placed in subdirectories to apply directory-specific exclusions as well.

Many GITIGNORE templates exist on the web and with developer IDEs, which help bootstrap Git projects for different programming languages and technology stacks. For example, GitHub provides several templates on the gitignore project page.

Een GITIGNORE-bestand openen

You can open and edit GITIGNORE files with any text editor. Source code editors, such as Microsoft Visual Studio Code, provide syntax highlighting to assist with editing.

Open meer dan 400 bestandsformaten met File Viewer Plus.Gratis downloaden

Programma's die GITIGNORE-bestanden openen of ernaar verwijzen

All Platforms
Windows
Gratis
Mac
Gratis
Linux
Gratis

Geverifieerd door FileInfo.com

Het FileInfo.com-team heeft onafhankelijk onderzoek gedaan naar het Git Ignore-bestandsformaat en de Mac, Windows, and Linux-apps die op deze pagina worden vermeld. Ons doel is 100% nauwkeurigheid en we publiceren alleen informatie over bestandstypen die we hebben geverifieerd.

Als u aanvullingen of updates voor deze pagina wilt voorstellen, kunt u het ons laten weten.