-
Notifications
You must be signed in to change notification settings - Fork 35
/
.gitattributes
52 lines (49 loc) · 1.35 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
# All file types need to be handled explicitly, so no: * text=auto
# These files are text and should be normalized (Convert crlf => lf)
*.css text
*.classpath text
*.df text
*.htm text
*.html text
*.xhtml text
*.md text
*.java text
*.js text
*.json text
*.jsp text
*.jspf text
*.jspx text
*.properties text
*.sh text eol=lf
*.sql text
*.tld text
*.txt text
*.tag text
*.tagx text
*.xml text
*.xhtml text
*.yml text
*.csv text
*.vsl text
*.bat text eol=crlf
# These files are binary and should be left untouched
# (binary is a macro for -text -diff)
*.db binary
*.class binary
*.dll binary
*.ear binary
*.gif binary
*.ico binary
*.jar binary
*.jpg binary
*.jpeg binary
*.png binary
*.so binary
*.war binary
*.xls binary
*.pdf binary
*.xlsx binary
*.uml binary linguist-generated=true
# Following xml contains the phoenix data model but cannot practically be handled as a text file.
# It's created solely using an editor (like magicdraw).
ctsms.xml binary linguist-generated=true