add .gitattributes file

This commit is contained in:
Olivier Lamy 2014-04-24 11:55:10 +10:00
parent 784ca57237
commit 1b7bb246c2

11
.gitattributes vendored Normal file
View File

@ -0,0 +1,11 @@
*.jar binary
# Auto detect text files and perform LF normalization
* text=auto
*.java text diff=java
*.html text diff=html
*.xml text diff=xml
*.css text
*.js text
*.sql text