mirror of
https://github.com/gitattributes/gitattributes.git
synced 2025-01-22 08:18:50 -05:00
Added Java diffs
This commit is contained in:
parent
c5ffaa7265
commit
3766233431
@ -6,10 +6,10 @@
|
|||||||
# The above will handle all files NOT found below
|
# The above will handle all files NOT found below
|
||||||
#
|
#
|
||||||
# These files are text and should be normalized (Convert crlf => lf)
|
# These files are text and should be normalized (Convert crlf => lf)
|
||||||
*.css text
|
*.css text diff=css
|
||||||
*.df text
|
*.df text
|
||||||
*.htm text
|
*.htm text diff=html
|
||||||
*.html text
|
*.html text diff=html
|
||||||
*.java text
|
*.java text
|
||||||
*.js text
|
*.js text
|
||||||
*.json text
|
*.json text
|
||||||
@ -32,7 +32,7 @@
|
|||||||
*.ear binary
|
*.ear binary
|
||||||
*.gif binary
|
*.gif binary
|
||||||
*.ico binary
|
*.ico binary
|
||||||
*.jar binary
|
*.jar binary diff=java
|
||||||
*.jpg binary
|
*.jpg binary
|
||||||
*.jpeg binary
|
*.jpeg binary
|
||||||
*.png binary
|
*.png binary
|
||||||
|
Loading…
Reference in New Issue
Block a user