2020-02-29 03:01:21 +03:00
|
|
|
# Auto detect text files and perform LF normalization
|
|
|
|
* text=auto
|
|
|
|
|
|
|
|
# Custom for Visual Studio
|
|
|
|
*.cs text diff=csharp
|
|
|
|
|
|
|
|
*.csproj text
|
|
|
|
*.sln eol=crlf
|
|
|
|
|
|
|
|
# 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
|
2020-09-02 19:38:14 +03:00
|
|
|
|
|
|
|
# Ignored paths for language reporting
|
|
|
|
docs/* linguist-vendored
|
2020-10-31 01:12:58 +03:00
|
|
|
Scripts/Notebooks/* linguist-vendored
|