2019-07-13 16:06:52 -04:00
|
|
|
# Java sources
|
|
|
|
*.java text diff=java
|
|
|
|
*.gradle text diff=java
|
|
|
|
*.gradle.kts text diff=java
|
2012-05-16 08:58:45 -04:00
|
|
|
|
|
|
|
# These files are text and should be normalized (Convert crlf => lf)
|
2019-03-08 20:57:21 -05:00
|
|
|
*.css text diff=css
|
2014-02-05 17:55:46 -05:00
|
|
|
*.df text
|
2019-03-08 20:57:21 -05:00
|
|
|
*.htm text diff=html
|
|
|
|
*.html text diff=html
|
2014-02-05 17:55:46 -05:00
|
|
|
*.js text
|
|
|
|
*.jsp text
|
|
|
|
*.jspf text
|
2016-11-22 05:30:01 -05:00
|
|
|
*.jspx text
|
2014-02-05 17:55:46 -05:00
|
|
|
*.properties text
|
|
|
|
*.tld text
|
2016-11-22 05:30:01 -05:00
|
|
|
*.tag text
|
|
|
|
*.tagx text
|
2014-02-05 17:55:46 -05:00
|
|
|
*.xml text
|
2012-05-16 08:58:45 -04:00
|
|
|
|
|
|
|
# These files are binary and should be left untouched
|
|
|
|
# (binary is a macro for -text -diff)
|
2014-02-05 17:58:07 -05:00
|
|
|
*.class binary
|
2014-02-05 17:55:46 -05:00
|
|
|
*.dll binary
|
2014-05-15 08:13:46 -04:00
|
|
|
*.ear binary
|
2019-04-18 18:57:15 -04:00
|
|
|
*.jar binary
|
2014-02-05 17:55:46 -05:00
|
|
|
*.so binary
|
2014-02-05 17:58:07 -05:00
|
|
|
*.war binary
|