]> source.dussan.org Git - archiva.git/commitdiff
complete .gitattributes file
authorOlivier Lamy <olamy@apache.org>
Thu, 24 Apr 2014 01:54:01 +0000 (11:54 +1000)
committerOlivier Lamy <olamy@apache.org>
Thu, 24 Apr 2014 01:54:01 +0000 (11:54 +1000)
.gitattributes
archiva-modules/archiva-base/archiva-proxy/src/test/repositories/proxied1/org/apache/maven/test/get-present-timestamped-snapshot/1.0-SNAPSHOT/get-present-timestamped-snapshot-1.0-SNAPSHOT.jar

index 6b3097ade3261cc136b919113daacf3740f001c3..ed5a6a78e292e89f733723b4b948f0ced368d5a0 100644 (file)
@@ -1 +1,11 @@
-*.jar binary
\ No newline at end of file
+*.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
\ No newline at end of file