complete .gitattributes file

This commit is contained in:
Olivier Lamy 2014-04-24 11:54:01 +10:00
parent 30d380e6b0
commit 0c07ad8d5c
2 changed files with 12 additions and 2 deletions

10
.gitattributes vendored
View File

@ -1 +1,11 @@
*.jar binary *.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