-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitattributes
41 lines (36 loc) · 890 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
# Auto detect text files and perform LF normalization
* text=auto
*.java text diff=java
*.scala text diff=scala
*.html text diff=html
*.css text
*.js text
*.json text
*.jsp text
*.jspf text
*.properties text
*.sh text
*.svg text
*.tld text
*.txt text
*.xml text
# Documents
*.md text
# Graphics
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.tif binary
*.tiff binary
*.ico binary
*.svg binary
*.eps binary
# These files are binary and should be left untouched
# (binary is a macro for -text -diff)
*.class binary
*.dll binary
*.ear binary
*.jar binary
*.so binary
*.war binary