-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitattributes
More file actions
53 lines (50 loc) · 878 Bytes
/
.gitattributes
File metadata and controls
53 lines (50 loc) · 878 Bytes
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
### normalize line endings
# auto detect text / binary
* text=auto eol=lf
# force as text
*.adoc text eol=lf
*.bat text eol=crlf
*.c text eol=lf
*.cmd text eol=crlf
*.css text eol=lf
*.cpp text eol=lf
*.go text eol=lf
*.h text eol=lf
*.html text eol=lf
*.java text eol=lf
*.js text eol=lf
*.json text eol=lf
*.md text eol=lf
*.php text eol=lf
*.py text eol=lf
*.rb text eol=lf
*.sh text eol=lf
*.svg text eol=lf
*.ts text eol=lf
*.txt text eol=lf
*.yaml text eol=lf
*.yml text eol=lf
# force as binary
*.ai binary
*.bin binary
*.data binary
*.db binary
*.exe binary
*.gif binary
*.gz binary
*.ico binary
*.jpeg binary
*.jpg binary
*.mov binary
*.mp3 binary
*.mp4 binary
*.pdf binary
*.png binary
*.tar binary
*.ttf binary
*.wav binary
*.woff binary
*.woff2 binary
*.xz binary
*.zip binary
*.zst binary