forked from Genbox/VelcroPhysics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
33 lines (27 loc) · 908 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
33
# Auto detect text files and perform LF normalization
* text=auto
# Linux scripts
*.sh text merge=text diff=text eol=lf
*.py text merge=text diff=python eol=lf
# Linux configs
*.conf text merge=text diff=text eol=lf
*.yml text merge=text diff=text eol=lf
# Source code files
*.cs text merge=text diff=csharp eol=crlf
*.cshtml text merge=text diff=text eol=crlf
*.json text merge=text diff=text eol=crlf
*.xml text merge=text diff=text eol=crlf
*.scss text merge=text diff=css eol=crlf
*.js text merge=text diff=text eol=crlf
*.csproj text merge=text diff=text eol=crlf
*.targets text merge=text diff=text eol=crlf ident
*.sln text merge=text diff=text eol=crlf
# Text files
*.txt text merge=text diff=text eol=crlf
# Binary files
*.jpg binary
*.png binary
*.gif binary
*.req text merge=text diff=text eol=lf
*.creq text merge=text diff=text eol=lf
*.sts text merge=text diff=text eol=lf