.GITATTRIBUTES ファイル拡張子

Git Attributes File

開発元 Git
人気度
4.2  |  17 
 

GITATTRIBUTESファイルとは?

Path-specific setting file used by Git, a version control system used for storing source code; contains attributes that dictate what settings Git applies to certain subdirectories or subsets of files; located in the root directory of the project; similar to the .GITIGNORE file.

詳細情報

The GITATTRIBUTES file enables you to perform a variety of functions such as commanding Git how it should diff (show changes between an index and a tree, changes between two trees, etc.) non-text files or having Git filter content before checking it into or out of Git.

A helpful attribute that will tell Git to treat a specific file extension as binary data:
*.extension -crlf -diff or *.extension binary

Here is an example of a GITATTRIBUTES file:
# Auto detect text files and perform LF normalization
* text=auto

# Custom for Visual Studio
*.cs diff=csharp
*.sln merge=union
*.csproj merge=union
*.vbproj merge=union
*.fsproj merge=union
*.dbproj merge=union

# Standard to msysgit
*.docx diff=astextplain
*.DOCX diff=astextplain
*.dot diff=astextplain
*.DOT diff=astextplain
*.pdf diff=astextplain
*.PDF diff=astextplain
*.rtf diff=astextplain
*.RTF diff=astextplain

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

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

Windows
無料
Mac
無料
Linux
無料
カテゴリ: 開発者
更新日: 2014-01-16

検証者 FileInfo.com

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

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