-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
32 lines (30 loc) · 937 Bytes
/
.gitattributes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Auto detect text files and perform LF normalization
* text=auto
# correct GitHub "Languages" detection behavior.
# without this, GitHub reports the repository as an HTML application.
.github/** linguist-documentation
.vscode/** linguist-documentation
config/** linguist-documentation
scripts/** linguist-documentation
*.bat linguist-detectable=false
*.yaml linguist-detectable=false
*.txt linguist-detectable=false
# handle files with specified extensions as described.
*.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
*.jpg binary
*.png binary
*.gif binary
*.csproj text=auto merge=union
*.vbproj text=auto merge=union
*.fsproj text=auto merge=union
*.dbproj text=auto merge=union
*.sln -text merge=union