Game-Server-Configs/.gitattributes

21 lines
458 B
Plaintext
Raw Normal View History

# crlf line endings for text files
* text eol=crlf
2015-08-13 01:47:49 +08:00
2018-09-11 03:31:04 +08:00
# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary
2015-08-13 01:47:49 +08:00
# 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