-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitattributes
61 lines (53 loc) · 989 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# Auto detect text files and perform LF normalization
* text=auto
* text eol=lf
*.cs diff=csharp
#
# The above will handle all files NOT found below.
#
# Visual Studio
*.sln text eol=crlf
*.csproj text eol=crlf
# Web
*.css text
*.htm text diff=html
*.html text diff=html
*.js text
*.json text
*.xml text
*.xhtml text diff=html
# Documentation
*.md text
*.txt text
AUTHORS text
CHANGELOG text
CHANGES text
CONTRIBUTING text
COPYING text
COPYRIGHT text
*COPYRIGHT* text
INSTALL text
LICENSE text
NEWS text
README text
*README* text
TODO text
# Configs
.gitattributes text
.gitconfig text
.gitignore text
# Graphics
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.tif binary
*.tiff binary
*.ico binary
*.svg binary
# Fonts
*.ttf binary
*.eot binary
*.otf binary
*.woff binary
*.woff2 binary