2019-07-13 16:06:52 -04:00
|
|
|
# Java sources
|
|
|
|
*.java text diff=java
|
2022-05-13 23:26:03 -04:00
|
|
|
*.kt text diff=kotlin
|
2021-09-07 20:23:46 -04:00
|
|
|
*.groovy text diff=java
|
|
|
|
*.scala text diff=java
|
2019-07-13 16:06:52 -04:00
|
|
|
*.gradle text diff=java
|
2022-05-13 23:26:03 -04:00
|
|
|
*.gradle.kts text diff=kotlin
|
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
|
2021-09-07 20:23:46 -04:00
|
|
|
*.scss text diff=css
|
|
|
|
*.sass text
|
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
|
2023-12-08 17:10:01 -05:00
|
|
|
*.mjs text
|
|
|
|
*.cjs text
|
2014-02-05 17:55:46 -05:00
|
|
|
*.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
|
2020-05-04 09:46:40 -04:00
|
|
|
*.jks binary
|
2023-03-10 11:59:41 -05:00
|
|
|
|
|
|
|
# Common build-tool wrapper scripts ('.cmd' versions are handled by 'Common.gitattributes')
|
|
|
|
mvnw text eol=lf
|
2023-03-21 01:36:01 -04:00
|
|
|
gradlew text eol=lf
|
2025-01-21 07:43:56 -05:00
|
|
|
|
|
|
|
# These are explicitly windows files and should use crlf
|
|
|
|
*.bat text eol=crlf
|