archiva/.gitattributes

15 lines
310 B
Plaintext
Raw Normal View History

2014-04-23 21:54:01 -04:00
# 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
2014-04-24 07:33:35 -04:00
*.sql text
2014-04-24 09:30:20 -04:00
*.jar binary
*.war binary
# pom file are part of tests involving md5/sha1 (try to keep lf as eol)
*.pom eol=lf