Skip to content

Commit 1f2567f

Browse files
authored
Update .gitattributes
1 parent 5db71b9 commit 1f2567f

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

.gitattributes

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,31 @@ WEBAPI_CRUD_AJAX/Areas/HelpPage/* linguist-vendored
77
WEBAPI_CRUD_AJAX/Models/* linguist-language=ASP
88
WEBAPI_CRUD_AJAX/Views/* linguist-language=ASP
99
WEBAPI_CRUD_AJAX/Controllers/* linguist-language=ASP
10+
11+
# Auto detect text files and perform LF normalization
12+
* text=auto
13+
14+
# Custom for Visual Studio
15+
*.cs diff=csharp
16+
*.sln merge=union
17+
*.csproj merge=union
18+
*.vbproj merge=union
19+
*.fsproj merge=union
20+
*.dbproj merge=union
21+
22+
# Image files are treated as binary by default
23+
*.jpg binary
24+
*.png binary
25+
*.gif binary
26+
27+
# Standard to msysgit
28+
*.doc diff=astextplain
29+
*.DOC diff=astextplain
30+
*.docx diff=astextplain
31+
*.DOCX diff=astextplain
32+
*.dot diff=astextplain
33+
*.DOT diff=astextplain
34+
*.pdf diff=astextplain
35+
*.PDF diff=astextplain
36+
*.rtf diff=astextplain
37+
*.RTF diff=astextplain

0 commit comments

Comments
 (0)