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.

45 lines
1.2 KiB

  1. # ##########################################################################
  2. # SBT files
  3. # ##########################################################################
  4. target
  5. /project/project
  6. /*/project/project
  7. # ##########################################################################
  8. # Eclipse files
  9. # ##########################################################################
  10. .classpath
  11. .project
  12. .cache
  13. .cache-*
  14. .settings
  15. .worksheet
  16. # ##########################################################################
  17. # IntelliJ files
  18. # ##########################################################################
  19. .idea*
  20. *.iml
  21. # ##########################################################################
  22. # Vim files
  23. # ##########################################################################
  24. *.sw[a-z]
  25. # ##########################################################################
  26. # Misc files
  27. # ##########################################################################
  28. # OS X directory data
  29. .DS_Store
  30. # Log files
  31. *.log
  32. # Java compiled
  33. *.jar
  34. *.class
  35. # Intentionally ignored code
  36. *.scala.old
  37. /*.script