-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
113 lines (113 loc) · 2.15 KB
/
.gitattributes
File metadata and controls
113 lines (113 loc) · 2.15 KB
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
# Normalisation of line endings
* text=auto
.gitattributes text
.gitignore text
makefile text
Jenkinsfile* text
# Text files
*.bak text
*.bat text eol=crlf
*.c text
*.c++ text
*.cc text
*.cpp text
*.css text
*.csv text
*.cxx text
*.df text
*.gradle text
*.h text
*.h++ text
*.hh text
*.hpp text
*.htm text
*.html text
*.inc text
*.inf text
*.ini text
*.java text
*.js text
*.json text
*.jsp text
*.jspf text
*.jspx text
*.lnk text
*.pl text
*.properties text
*.settings text
*.sh text eol=lf
*.src text
*.tag text
*.tagx text
*.tco text
*.tld text
*.txt text
*.txt text
*.xml text
*.xsd text
*.yml text
# Binary files
*.7z binary
*.a binary
*.app binary
*.dll binary
*.dylib binary
*.exe binary
*.gch binary
*.gz binary
*.jar binary
*.la binary
*.lai binary
*.lib binary
*.lo binary
*.o binary
*.obj binary
*.out binary
*.pch binary
*.slo binary
*.so binary
*.so binary
*.war binary
*.zip binary
# Media content
*.class binary
*.dll binary
*.ear binary
*.eps binary
*.fla binary
*.flv binary
*.gif binary
*.gif binary
*.ico binary
*.ico binary
*.ico binary
*.jar binary
*.jpeg binary
*.jpeg binary
*.jpg binary
*.jpg binary
*.mov binary
*.mp3 binary
*.mp4 binary
*.png binary
*.png binary
*.png binary
*.svg binary
*.swf binary
*.tif binary
*.tiff binary
*.ttf binary
# Documents
*.adoc text
*.csv text
*.DOC diff=astextplain
*.doc diff=astextplain
*.DOCX diff=astextplain
*.docx diff=astextplain
*.DOT diff=astextplain
*.dot diff=astextplain
*.md text
*.PDF diff=astextplain
*.pdf diff=astextplain
*.RTF diff=astextplain
*.rtf diff=astextplain