You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.gitattributes 319B

123456789101112131415161718192021222324252627
  1. # The default behavior
  2. * text=auto
  3. *.java text
  4. *.xml text
  5. *.htm text
  6. *.html text
  7. *.js text
  8. *.bnd text
  9. *.svg text
  10. *.md text
  11. *.txt text
  12. *.css text
  13. *.scss text
  14. *.md text
  15. *.properties text
  16. # To be verified
  17. *.graffle binary
  18. .gitattributes text
  19. .gitignore text
  20. .gitmodules text
  21. .classpath text
  22. .project text
  23. *.prefs text