-
Notifications
You must be signed in to change notification settings - Fork 6
/
.gitattributes
36 lines (33 loc) · 957 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
34
35
36
* binary
*.gif binary
*.ico binary
*.jpg binary
*.otf binary
*.png binary
*.swf binary
*.ttf binary
*.bat -binary text eol=crlf
*.cmd -binary text eol=crlf
*.conf -binary text eol=lf
*.cs -binary text eol=lf -whitespace
*.csproj -binary text eol=lf -whitespace
*.css -binary text eol=lf -whitespace
*.html -binary text eol=lf
*.js -binary text -whitespace
*.json -binary text eol=lf
*.less -binary text eol=lf
*.md -binary text eol=lf conflict-marker-size=100
*.ps1 -binary text eol=crlf
*.resx -binary text eol=lf -whitespace
*.sh -binary text eol=lf
*.sln -binary text eol=lf -whitespace
*.sql -binary text eol=lf
*.svg -binary text eol=lf
*.txt -binary text eol=lf conflict-marker-size=100
*.vcproj -binary text eol=crlf -whitespace
*.xml -binary text eol=lf
*.yml -binary text eol=lf
.editorconfig -binary text
.gitattributes -binary text
.gitignore -binary text
.gitmodules -binary text