-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
.gitattributes
65 lines (50 loc) · 1.54 KB
/
.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
62
63
64
65
# Set default behavior to: automatically normalize line endings
* text=auto
# Set file behavior to: treat as text
.editorconfig text
**/.editorconfig text
.gitattributes text
**/.gitattributes text
.gitignore text
**/.gitignore text
*.c text
*.config text
*.cpp text
*.cs text diff=csharp
*.css text
*.cxx text
*.h text
*.htm text diff=html
*.html text diff=html
*.js text
*.json text
*.md text
*.resx text
*.svg text
*.xaml text
*.xml text
*.yaml text
*.yml text
# Win artifacts
*.bat text eol=crlf
*.cmd text eol=crlf
*.ps1 text eol=crlf
# Unix artifacts
*.bash text eol=lf
*.sh text eol=lf
# Set file behavior to: treat as binary
*.dll binary
*.so binary
*.7z binary
*.gz binary
*.tar binary
*.tar.gz binary
*.tgz binary
*.xz binary
*.zip binary
*.gif binary
*.ico binary
*.jpg binary
*.jpeg binary
*.png binary
*.ttf binary