.GITIGNORE Estensione file

Git Ignore File

Sviluppatore Git
Popolarità
3.7  |  56 Voti
 

Che cos'è un file GITIGNORE?

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.

Maggiori informazioni

Screenshot di un file .gitignore in Microsoft Visual Studio Code
File GITIGNORE aperto 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.

Come aprire un file GITIGNORE

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.

Apri oltre 400 formati di file con File Viewer Plus.Download gratuito

Programmi che aprono o fanno riferimento ai file GITIGNORE

All Platforms
Windows
Gratuito
Mac
Gratuito
Linux
Gratuito

Verificato da FileInfo.com

Il team di FileInfo.com ha analizzato in modo indipendente il formato file Git Ignore e le app Mac, Windows, and Linux elencate in questa pagina. Il nostro obiettivo è il 100% di accuratezza e pubblichiamo solo informazioni sui tipi di file che abbiamo verificato.

Se desideri suggerire aggiunte o aggiornamenti a questa pagina, faccelo sapere.