-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitattributes
More file actions
61 lines (58 loc) · 806 Bytes
/
.gitattributes
File metadata and controls
61 lines (58 loc) · 806 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
54
55
56
57
58
59
60
61
# https://help.github.com/articles/dealing-with-line-endings/
* text eol=lf
.gitignore text
.gitattributes text
README text
build.gradle text
settings.gradle text
*.properties text
*.md text
*.txt text
*.php text
*.pl text
*.conf text
*.config text
*.sample text
*.example text
*.spec text
*.htm text
*.html text
*.xhtml text
*.xml text
*.js text
*.css text
*.json text
*.yml text
*.yaml text
*.svg text
*.sh text
*.bat text
*.png binary
*.jpg binary
*.gif binary
*.ico binary
*.pdf binary
*.jar binary
*.zip binary
*.gz binary
*.tar binary
*.bin binary
*.rpm binary
*.exe binary
*.cmd binary
*.scr binary
*.dll binary
*.class binary
*.so binary
*.o binary
*.obj binary
*.map binary
*.woff binary
*.woff2 binary
*.mp3 binary
*.mp4 binary
*.ogg binary
*.avi binary
*.mkv binary
*.wav binary
*.ttf binary