.gitattributes 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. # Java sources
  2. *.java text diff=java
  3. *.kt text diff=java
  4. *.groovy text diff=java
  5. *.scala text diff=java
  6. *.gradle text diff=java
  7. *.gradle.kts text diff=java
  8. # These files are text and should be normalized (Convert crlf => lf)
  9. *.css text diff=css
  10. *.scss text diff=css
  11. *.sass text
  12. *.df text
  13. *.htm text diff=html
  14. *.html text diff=html
  15. *.js text
  16. *.jsp text
  17. *.jspf text
  18. *.jspx text
  19. *.properties text
  20. *.tld text
  21. *.tag text
  22. *.tagx text
  23. *.xml text
  24. *.xsd text
  25. *.sld text
  26. *.csv text
  27. *.jjt text
  28. *.prj text
  29. *.apt text
  30. *.md text
  31. *.pgw text
  32. *.jgw text
  33. *.txt text
  34. *.rst text
  35. *.ftl text
  36. # These files are binary and should be left untouched
  37. # (binary is a macro for -text -diff)
  38. *.class binary
  39. *.dll binary
  40. *.ear binary
  41. *.jar binary
  42. *.so binary
  43. *.war binary
  44. *.jks binary
  45. *.shp binary
  46. *.shx binary
  47. *.dbf binary
  48. *.qix binary
  49. *.fix binary
  50. *.tiff binary
  51. *.tif binary
  52. *.jpg binary
  53. *.jpeg binary
  54. *.png binary
  55. *.zip binary
  56. *.pdf binary
  57. *.db binary
  58. *.ecw binary
  59. *.fgb binary
  60. *.gif binary
  61. *.gpkg binary
  62. *.grb2 binary
  63. *.grib2 binary
  64. *.gz binary
  65. *.img binary
  66. *.jgrass binary
  67. *.jp2 binary
  68. *.mbtiles binary
  69. *.msk binary
  70. *.ovr binary
  71. *.pbf binary
  72. *.pdf binary
  73. *.sid binary
  74. *.tpk binary
  75. *.ttf binary
  76. *.wkb binary