mirror of
https://github.com/GameServerManagers/LinuxGSM.git
synced 2025-01-09 12:37:33 +08:00
21 lines
458 B
Plaintext
21 lines
458 B
Plaintext
|
# crlf line endings for text files
|
||
|
* text eol=crlf
|
||
|
|
||
|
# Denote all files that are truly binary and should not be modified.
|
||
|
*.png binary
|
||
|
*.jpg binary
|
||
|
|
||
|
# Custom for Visual Studio
|
||
|
*.cs diff=csharp
|
||
|
|
||
|
# Standard to msysgit
|
||
|
*.doc diff=astextplain
|
||
|
*.DOC diff=astextplain
|
||
|
*.docx diff=astextplain
|
||
|
*.DOCX diff=astextplain
|
||
|
*.dot diff=astextplain
|
||
|
*.DOT diff=astextplain
|
||
|
*.pdf diff=astextplain
|
||
|
*.PDF diff=astextplain
|
||
|
*.rtf diff=astextplain
|
||
|
*.RTF diff=astextplain
|