diff options
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitattributes b/.gitattributes index 3305a0e30..afa84f4d3 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,3 @@ -*.jar binary -*.war binary - # Auto detect text files and perform LF normalization * text=auto @@ -9,4 +6,7 @@ *.xml text diff=xml *.css text *.js text -*.sql text
\ No newline at end of file +*.sql text + +*.jar binary +*.war binary
\ No newline at end of file |