.GITIGNORE ファイル拡張子

Git Ignore File

開発元 Git
人気度
3.7  |  56 
 

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.

詳細情報

Microsoft Visual Studio Codeで開いた.gitignoreファイルのスクリーンショット
Microsoft Visual Studio Codeで開いたGITIGNOREファイル

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.

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.

File Viewer Plusで400種類以上のファイル形式を開けます。無料ダウンロード

GITIGNOREファイルを開く、または参照するプログラム

All Platforms
Windows
無料
Mac
無料
Linux
無料
カテゴリ: 開発者
更新日: 2024-09-10

検証者 FileInfo.com

FileInfo.comチーム は、このページに掲載されているGit Ignoreファイル形式とMac, Windows, and Linuxアプリについて独自に調査しました。 私たちの目標は100%の正確性であり、検証済みのファイルタイプに関する情報のみを公開しています。

このページへの追加や更新をご提案いただける場合は、お知らせください。