forked from thymeleaf/thymeleaf-spring
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
49 lines (39 loc) · 847 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
48
49
# Auto detect text files and perform LF normalization
* text=auto
*.java text diff=java
*.properties text
*.js text
*.css text
*.less text
*.html text diff=html
*.jsp text diff=html
*.jspx text diff=html
*.tag text diff=html
*.tagx text diff=html
*.tld text
*.xml text
*.gradle text
*.sql text
*.xsd text
*.dtd text
*.mod text
*.ent text
*.txt text
*.md text
*.markdown text
*.thtest text
*.thindex text
*.common text
*.odt binary
*.pdf binary
*.sh text eol=lf
*.bat text eol=crlf
*.ico binary
*.png binary
*.svg binary
*.woff binary
*.rar binary
*.zargo binary
*.zip binary
CNAME text
*.MF text