-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
47 lines (42 loc) · 895 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
# Globals
text eol=crlf
# document formats
*.adoc text
*.html text
*.svg text
*.txt text
*.yml text
*.yaml text
*.jsn text
*.json text
*.ini text
# Git config files
.gitignore text
.gitattributes text
.editorconfig text
# Source code formats
*.sh text eol=lf
*.ps1 text eol=crlf
*.psm1 text eol=crlf
# Images formats
*.gif binary
*.ico binary
*.png binary
*.jpg binary
*.jpeg binary
*.webm binary
*.avif binary
# Binary formats
*.bin binary
*.bpm binary
*.dll binary
*.exe binary
*.lib binary
*.pat binary
bzip2-* binary
bzip2_* binary
lzma-* binary
lzma_* binary
uninst binary
zlib-* binary
zlib_* binary