OSDN Git Service

update site plugin
[jovsonz/Jovsonz.git] / .gitattributes
1 ### Git attributes  https://git-scm.com/docs/gitattributes
2
3 * text=auto
4
5 *.java text diff=java
6
7 *.xml text eol=lf
8 *.properties text eol=lf
9
10 *.txt text
11 *.md text
12 *.yml text
13
14 *.html text
15 *.css text
16 *.js text
17
18 *.gif binary
19 *.png binary
20 *.jpeg binary
21 *.jpg binary
22
23 ### EOF ###